2

每次我尝试从命令行提交更改到 GitHub(在遵循 GitHub 的以下教程之后)我都会收到错误“致命:我不处理协议'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 上。

4

1 回答 1

0

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

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

于 2013-10-13T23:52:26.330 回答