У меня возникла проблема с нажатием на другой пульт героя.
Чтобы проверить себя, я переименовал весь свой каталог проекта в _backup, а затем:
git clone account/repo_name
git remote add repo2 [email protected]:repo2.git
git push repo2 branch_abc:master
Но я все еще получаю
hint: Updates were rejected because a pushed branch tip is behind its remote
hint: counterpart. Check out this branch and merge the remote changes
hint: (e.g. 'git pull') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Я пробовал несколько вопросов и ответов, но не работал у меня, все равно получая ошибку.