我正在尝试修复git错误:
远程:未找到存储库。
致命:未找到存储库“https://github.com/user_name/xxx.git/”
我试过以下几种修复方法,但没有一种是为我解决问题
git remote set-url origin https://github.com/user_name/xxx.git/.
git config --global user.email "user@example.com"
git config --global user.name "username"
git config --global user.password "password"但我还是找不到任何运气来解决这个问题。任何帮助都是非常感谢的。
谢谢,
发布于 2022-07-04 07:04:10
您可能正在尝试访问尚未参与协作的私有存储库。
https://stackoverflow.com/questions/68532719
复制相似问题