今天SourceTree 推送和拉取都提示错误
remote: Repository not found.
fatal: repository 'https://github.com/xxx/xxx.git/' not found
解决方法:
$ git credential-manager uninstall
$ git credential-manager install
Git - remote: Repository not found
阅读 39
2023-03-05
今天SourceTree 推送和拉取都提示错误
remote: Repository not found.
fatal: repository 'https://github.com/xxx/xxx.git/' not found
解决方法:
$ git credential-manager uninstall
$ git credential-manager install
相关推荐
精彩评论(0)