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
没有git权限或没有配置本地git信息,确认有权限的话可以试试指定用户名:
git clone http://USERNAME@http://xxx
这个你自己的git配置是否登录 其次有没权限或者地址是否正确