1、问题分析:
info/refs not valid: is this a git repository?字面意思是:当前链接不是一个仓库,我们仔细观察报错日志可以看到我们拉取代码的链接后边被添加了info/refs字样导致访问的链接地址不对。
2、问题解决
- 查看钥匙串访问,找到git.xiaojukeji.com对应的密码和账号检查账户和密码是否正确。
- 查看密码列表删除多余的git.xiaojukeji.com
3、问题解决检查
git clone xxxxxxxxxxxx.git 代码拉取成功文章来源:https://www.toymoban.com/news/detail-841113.html
4、万能办法
如果上述操作完成后还是无法拉取,那就请求http请求,如:
git clone http://git.xiaojukeji.com/xxxxxxServer/xxxxx.git
不要请求git clone https://git.xiaojukeji.com/xxxxx/xxxxx.git文章来源地址https://www.toymoban.com/news/detail-841113.html
到了这里,关于info/refs not valid: is this a git repository?问题解决的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!