创建pods私有库遇到的问题
remote: The project you were looking for could not be found.
在使用Git客户端克隆和pull远程仓库的时候报错:提示找不到上游仓库,但是地址是正确的!
需要在域名前面加上自己的用户名:
如路径是:http://github.com/xxx/xxx.git
改成http://您的用户名@github.com/xxx/xxx.git
然后clone 或者push代码时输入密码就可以了。
remote: The project you were looking for could not be found.
在使用Git客户端克隆和pull远程仓库的时候报错:提示找不到上游仓库,但是地址是正确的!
需要在域名前面加上自己的用户名:
如路径是:http://github.com/xxx/xxx.git
改成http://您的用户名@github.com/xxx/xxx.git
然后clone 或者push代码时输入密码就可以了。