我已经看到了与此here和here类似的问题,但网址结构似乎并不适合我,而且我的错误略有不同。我觉得我在这里很容易丢失一些东西,所以我将使用存储库URL作为本地OSX路径,它包含一个活动的git repo,在Github上有一个远程。 注意我不想使用Github远程,因为我在本地提交时测试构建触发器
存储库网址
file:///Users/<myname>/Documents/<myproject>
错误
Failed to connect to repository : Command "git -c core.askpass=true ls-remote -h file:///Users/<myname>/Documents/<myproject> HEAD" returned status code 128:
stdout:
stderr: fatal: '/Users/<myname>/Documents/<myproject>' 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.
12/10/15更新
为了详细说明这一点,我看到Jenkins中的GIT插件指令引用了有效的URL,以.git
结尾。在相关目录中,我确实有.git
目录,并且还尝试过该结构(例如file:///Users/username/Documents/blog.git
),但也失败了。我觉得我错过了一些东西,但不能放置它。任何帮助表示赞赏。