从命令行提交到Github时出错

时间:2013-10-13 23:48:08

标签: github

每次我尝试从命令行提交对GitHub的更改时(遵循GitHub下面的教程)我得到erorr“致命:我不处理协议'https:https'”

我正在关注GitHub的这个简短教程。

Create a new repository on the command line
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/tuzion/baby-companion.git
git push -u origin master

谢谢!

- 我在Mac上,顺便说一下。

1 个答案:

答案 0 :(得分:0)

您是否已将SSH密钥输入Github帐户设置?

检查您的帐户设置/ SSH密钥..