テストのためだけに、ローカル マシンから gihub に 2 つのファイルをプッシュしようとしています。github には test という空のリポジトリがあり、マシンにはローカル リポジトリ test があります。git push -u origin master
しかし、ここで私がコマンドウィンドウで行ったことの後に答えが得られません:
C:\Users\TJIA\Documents\GitHub\test [master]> git remote add origin https://gith
ub.com/Svampyr/test.git
fatal: remote origin already exists.
C:\Users\TJIA\Documents\GitHub\test [master]> git remote rm origin
C:\Users\TJIA\Documents\GitHub\test [master]> git remote add origin https://gith
ub.com/Svampyr/test.git
C:\Users\TJIA\Documents\GitHub\test [master]> git push -u origin master
私はgithubを初めて使用します。誰でも私を修正できます、ありがとう!