gitを使って出会った問題を覚えます.
使用するgitバージョンが違っていますので、pullコードは間違いないです.しかし、pushはエラーを報告します.以下の通りです.
warning:push.default is unset;its implicit value is chaging in
解決策:
1.Xバージョン、実行 git config--global push.default matching
2.Xバージョン、実行 git config--global push.default simple
バージョン競合
Git プッシュする エラーを申し込む 「error: failed ト プッシュする そして私 refs ト " 解決
先にgit pull
またgit push
このステップを実行して、またエラーが発生しました.
****Please tell me who you are.
Run
git config--global user.email"[email protected]「
git config--global user.name「Your Name」
明らかに身分証明書の検証です.
上の2つの文を実行します.
git add*
git comit-m「version」
git push
OK.
warning:push.default is unset;its implicit value is chaging in
Git 2.0 from 'matching' to 'simple'. To squelch this message
and maintain the current behavior after the default changes, use:
git config --global push.default matching
To squelch this message and adopt the new behavior now, use:
解決策:
1.Xバージョン、実行 git config--global push.default matching
2.Xバージョン、実行 git config--global push.default simple
バージョン競合
Git プッシュする エラーを申し込む 「error: failed ト プッシュする そして私 refs ト " 解決
先にgit pull
またgit push
このステップを実行して、またエラーが発生しました.
****Please tell me who you are.
Run
git config--global user.email"[email protected]「
git config--global user.name「Your Name」
明らかに身分証明書の検証です.
上の2つの文を実行します.
git add*
git comit-m「version」
git push
OK.