正解 1. git remote set-url origin https://[gitlab用户名]@gitlab.com/xx/demo.git 2.$ git push -u origin master # 会提示输入密码,输入入正确的gitlab密码即可。
git push -u origin master提示 fatal: repository 'https://gitlab.com/xx.git/' not found
最新推荐文章于 2023-07-16 13:31:30 发布