我收到错误“致命:无法访问”https://github.com/link:username/repo.git/“:请求的网址返回错误:400 ”,同时我尝试将一些新文件推送到存储库。但我可以推动我之前从存储库中提取的现有文件。问题出在新文件上。我正在使用'ubuntu 14.04 LTS',我在终端上的命令如下: -
git init
git add .
git commit -m "made some changes"
git remote add origin https://github.com/link:username/repo.git
git push -u origin master
答案 0 :(得分:1)
你检查过--set-upstream选项吗?为什么link:username
在网址中? github上的AFAIK网址与https://github.com/[your_user_name]/[repo].git