Quantcast
Viewing all articles
Browse latest Browse all 5712

githubのpushに苦戦、、プログラミング勉強32日目

プログラミング初心者はgithubにpushするだけでも一苦労です。

途中までは下記の記事どうりに行きましたが、エラーが、、、!
https://gist.github.com/KosukeGit/8bdab3f9d2d63334ffa178c628ded087

error: failed to push some refs to 'git@github.com:name/app.git'

調べたところどうやら2つREADME.mdがあり、それがぶつかってるとのこと。

README.mdをvimにて取り除けば解決しました

下記の記事が参考になります
https://yu8mada.com/2018/06/13/how-to-resolve-a-merge-conflict-in-git/

ここら辺はよく使いますね
git status
git remote -v


Viewing all articles
Browse latest Browse all 5712

Trending Articles