git中的文件是不能clone吗,提示我没有权限
来源:1-1 导学

慕仔7564882
2020-05-21
$ git clone https://git.imooc.com/coding-254/coding-254.git
Cloning into ‘coding-254’…
Username for ‘https://git.imooc.com’: 18998999020
remote: 如果您确认对clone的仓库有权限,但不能确认终端已经存储的git用户名和密码是否正确,请尝试以下操作:
remote: windows系统执行命令: git credential-manager uninstall
remote: mac系统命令为: git credential-osxkeychain uninstall
remote: 然后重新clone仓库地址,并输入正确的慕课网git用户名和密码。
remote: 如仍其他疑问请查看帮助文档链接:https://www.imooc.com/help/cate/27
fatal: Authentication failed for ‘https://git.imooc.com/coding-254/coding-254.git/’
写回答
1回答
-
张勤一
2020-05-21
同学你好:
git 肯定是可以 clone 代码的,但是用户名应该是邮箱,而不是手机号码。可以回忆下在慕课网注册的邮箱,或者找找慕课网的运营同学帮忙看看。
欢迎来 QQ 群随时交流、讨论,也非常感谢同学的支持!
20
相似问题