【发布时间】:2021-12-22 14:48:23
【问题描述】:
我无法使用 git 将笔记本电脑上的项目文件夹推送到 GitHub。这是我在 git bash 'git push -u origin master' 中输入命令后它带来的错误。我也有我的互联网连接
远程:dlaw-code/Mama-Bili.git 的权限拒绝 dlàw-code。 致命:无法访问“https://gitHub.com/dlàw-code/Mama-Bili.git/”:请求的 URL 返回错误:403
【问题讨论】:
-
这answer 可能与您的问题有关。请检查。
-
在 git 上的重音符号通常会被删除,因此您需要使用
https://github.com/dlaw-code/Mama-Bili避免将两者混为一谈
标签: git github cmd syntax-error git-remote