简体   繁体   English

致命的:无法使用jenkins从远程repository.error中读取

[英]fatal: Could not read from remote repository.error in using jenkins

I am using Jenkins to build from my git remote repository. 我正在使用Jenkins从git远程存储库构建。
What am I suppose to provide in the repo url field since I am using remote local system for cloning and building. 由于我使用远程本地系统进行克隆和构建,因此我想在repo url字段中提供什么。
Last time I give the clone command in the field and I got the error: 上一次我在该字段中给出clone命令时,出现错误:

stderr: fatal: '//se12/adempiere370new' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

What am I actually suppose to give in the url field? 我实际上应该在url字段中给出什么?

You need to make sure the user running the Jenkins Job has the right to access the remote folder which represents your remote repo monitored by Jenkins. 您需要确保运行Jenkins Job的用户有权访问代表由Jenkins监控的远程存储库的远程文件夹。

If you are on Windows (as your previous question tends to indicate), the path should be: 如果您使用的是Windows(正如您先前的问题经常指出的那样),则路径应为:

\\se12\adempiere370new

So make sure the user running Jenkins can do a dir \\\\se12\\adempiere370new 因此,请确保运行Jenkins的用户可以执行dir \\\\se12\\adempiere370new

The OP Tony Davis mentions //se12/adempiere370new works too, but the command must be git clone //se12/adempiere370new , without any ' $ ' in front of it. OP Tony Davis 提到 //se12/adempiere370new也可以,但是命令必须是git clone //se12/adempiere370new ,前面没有任何“ $ ”。

暂无
暂无

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

相关问题 错误:找不到存储库。 致命:无法从远程存储库读取 - Error: Repository not found. fatal: Could not read from remote repository 严重的:无法从远程存储库读取 - fatal: Could not read from remote repository git:致命:无法从远程存储库读取 - git: fatal: Could not read from remote repository GITLAB - 致命:无法从远程存储库读取 - GITLAB - Fatal: Could not read from remote repository 使用GIT Bash,ERROR:找不到存储库 - 致命:无法从远程读取 - Using GIT Bash, ERROR: Repository not found - fatal: Could not read from remote 克隆远程存储库给出致命的无法从远程存储库读取 - Cloning remote repository gives fatal Could not read from remote repository Jenkins 无法从远程存储库 BitBucket 读取 - Jenkins Could not read from remote repository BitBucket Jenkins:权限被拒绝(公钥,密码)。 严重的:无法从远程存储库读取 - Jenkins: permission denied (publickey, password). fatal: Could not read from remote repository 使用ssh访问bitbucket的Jenkins git插件:权限被拒绝(publickey)。 致命:无法从远程存储库读取 - Jenkins git plugin with ssh access to bitbucket: Permission denied (publickey). fatal: Could not read from remote repository GitLab:找不到您要查找的项目。 致命:在 Jenkins 中构建时无法从远程存储库读取 - GitLab: The project you were looking for could not be found. fatal: Could not read from remote repository when building in Jenkins
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM