0

ソースツリーを使用しています。

既存のローカル プロジェクト (ブランチ) をプッシュするにはどうすればよいですか?

私が勝ったリモート Gitbug リポジトリ?

私はこのエラーを取得しようとします:

git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags --set-upstream memPic master:master 
Pushing to https://github.com/elad2109/memPic.git
To https://github.com/elad2109/memPic.git
 ! [rejected]        master -> master (non-fast-forward)
error: failed to push some refs to 'https://github.com/elad2109/memPic.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
hint: before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Completed with errors, see above

とにかく、必要な手順が何であるかわかりませんか?

4

2 に答える 2