Я пробовал много вещей и смотрел видео и учебники, но ничто не могло помочь.Я просто пытаюсь добавить существующий проект в BitBucket и наблюдаю все описанные шаги.Тем не менее, у меня продолжает появляться одна и та же ошибка:
! [rejected] master -> master (fetch first)
error: failed to push some refs to
'https://xxx@bitbucket.org/xxx/projet-gsb-php.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Я даже удалил свою локальную папку git и выполнил следующие действия:
C:\wamp\www>cd GSB_AppliMVC
C:\wamp\www\GSB_AppliMVC>git init
(...)
C:\wamp\www\GSB_AppliMVC>git add -A
C:\wamp\www\GSB_AppliMVC>git commit -m "Initial Commit"
C:\wamp\www\GSB_AppliMVC>git remote add origin https://xxx@bitbucket.org/xxx/projet-gsb-php.git
C:\wamp\www\GSB_AppliMVC>git push -u origin master
(ERROR MESSAGE ABOVE)
Я попытался вместо этого нажать на GitLab, но точнота же проблема.Так что должно быть что-то очевидное, но я действительно не знаю, что.
Спасибо за вашу помощь