简体   繁体   English

git“远程:没有使用存储库的git作业:repo.git和分支”

[英]git “remote: No git jobs using repository: repo.git and branches”

In the beginning there was a folder with files from which I've made repo1.git , then I decided to create repo2.git from the same set of files. 最初有一个文件夹,其中包含我制作过repo1.git ,然后我决定从同一组文件中创建repo2.git I did it by replicating repo1 in some way I don't remember exactly now. 我是通过某种方式复制repo1来实现的,而现在我不记得确切的方式。

Currently I'm working with repo2 , everything works fine but I've noted a strange message after pushing repo2 . 目前我正在使用repo2 ,一切正常,但是在推送repo2之后我注意到一个奇怪的消息。 It says: 它说:

...
remote: No git jobs using repository: repo1 and branches:
remote: No Git consumers using SCM API plugin for repo1
To repo2
849871f..4f0dd1f master -> master

What the meaning of these references to repo1 ? 这些对repo1引用是什么意思? Is it possible to get rid of them? 是否有可能摆脱它们?

It's not possible to answer, since this relies on the setup you have on the remote server-side (in other words; it's not a standard function of Git). 无法回答,因为这取决于您在远程服务器端进行的设置(换句话说,这不是Git的标准功能)。

Chances are that the message is being displayed through some remote validation plug-in, and that is being picked up from some other means (such as a configuration file that's been added to the repository that's specific to your set-up). 可能是通过某些远程验证插件显示了该消息,并且已通过其他方式(例如,已将配置文件添加到特定于您的设置的存储库中)来获取该消息。 It's also possible that the message has nothing to do with what you've called your local repository, but that the remote server happens to have used repo1 when you set it up and now does the same thing. 该消息也有可能与您称为本地存储库的内容无关,但是远程服务器在设置它时碰巧使用了repo1 ,而现在做同样的事情。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM