プロジェクトを github リポジトリにプッシュしようとしています。私の新しいプロジェクトでは、次のコマンドを実行しました。
git init
git commit -m "first commit"
git remote add origin https://github.com/myaccount/MyRepoName.git
しかし、次のようにコミットをプッシュしようとすると:
git push -u origin master
次のエラー情報が表示されます。
fatal: Full write to remote helper failed: Invalid argument
Error reading command stream
私はグーグルでこれについて何も見つけませんでした。この問題を解決するのを手伝ってください。