git下拉代码时报错,请求支援

下拉代码时报错

git.exe pull --progress -v --no-rebase "origin"
remote: The project you were looking for could not be found or you don't have permission to view it.
fatal: repository 'http://140.143.201.247/JC/sjcsc_sjzlbg.git/' not found
请求支援

地址写错了吧,显示地址不存在,检查一下远程地址:
repository 'http://140.143.201.247/JC/sjcsc_sjzlbg.git/' not found

  1. 首先确认这个仓库是否存在
  2. 你有没有这个仓库的获取代码的权限
    把地址拷贝到浏览器中访问一下就知道了

没有git权限或没有配置本地git信息,确认有权限的话可以试试指定用户名:
git clone http://USERNAME@http://xxx

这个你自己的git配置是否登录 其次有没权限或者地址是否正确