リポジトリを作成したいのですが、失敗しました。これが私のステップです:
mkdir ~/Hello-World
cd ~/Hello-World
git init
touch README
git add README
git commit -m 'first commit' --> 1 file changed, 1 insertion
git push origin master
入力したパスワードとユーザー名の入力を求められます。
fatal :https://github.com/timokoerner/Hello-World.git/info/refs?service=git-receive-pack not found; did you run git update server info
私はgitバージョン1.8を持っています。何か助けはありますか?