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