Cara Mengatasi ! [rejected] master -> master (non-fast-forward) Pada Git
Sekitar dua jam yang lalu saya mencoba melakukan push atau mengupload file ke akun github saya dengan command "git push -u origin master" setelah itu seperti biasa disuruh isi username dan password dan saya isi. Tapi apa yang terjadi setelah itu muncul error seperti ini :
Error Github |
To https://github.com/danilrafiqi/assets.git
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'https://github.com/danilrafiqi/assets.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Konfigurasi Apache Web Server Pada VPS Ubuntu
Nah karena saya belum begitu familiar dengan git, maka saya cari cara mengatasi nya dan ketemulah solusi di stackoverflow. Sebelumnya saya juga sudah coba melakukan pull tapi gagal dan akhirnya saya coba tutorial dari stackoverflow seperti ini
git push --force <remote_repository> saya jalankan command di pc ubuntu linux saya seperti ini : "git push --force origin master"
dan akhirnya masalah pun teratasi. Sekian tutorial singkat dari saya.
thanks mas sangat membantu
ReplyDelete