-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
push hatası #1
Comments
Merhaba Sena Hatayı alma sebebin; değişiklikleri yüklemek istediğin deponun (repo) üzerine eklenmiş bir değişiklik olması ve senin kullandığının kodların güncel olmaması. Bundan dolayı da sana "git pull" ile kodlarını güncellemeni, ardından yükleme işlemini yapmanı istiyor. Senin kullandığın '-f' komutu (flag), karşıya yükleme işlemine zorla (--forge) anlamına gelmektedir. Yani hatanın çözümü değil, yapmak istediğin eylemi hataları göz ardı ederek yapmaktır. Riskli olabilir. İyi çalışmalar :) |
aynı hata ile ben de cebelleştim -f ile çözüldü ama @yedehrab nasıl bir sıkıntı olabilir açıkcası anlamadım boş klasör ile başlıyorum herhangi bir çakışma yok. ve github sayfasındaki kodları sırası ile yapıyorum. ve yukarıdaki hatayı alıyorum |
basit bir şekilde git pull --rebase yazıp deneyin eğer yine olmuyorsa ise Github Status'den github'ın sunucularını kontrol ediniz eğer yine olmuyor ise stackoverflow'a yazın :) |
Forcing with |
Branch ile ilgili bir sorun olabilir. |
git push -f komutunu çok zorda kalmadığınız zaman (ki neredeyse hiçbir zaman bu durum görülmez) kullanmayın. -f flag'ı Push yapmak için -f flagini kullanmak tek başınıza yaptığınız projeler için problem teşkil etmeyebilir. Ancak ortak çalıştığınız |
merhaba, remote: Support for password authentication was removed on August 13, 2021. konu hakkında bilgisi olan var mı? |
Merhaba Yunus
"git push -u origin master" komutunu girdiğimde
To '[repository url]'
! [rejected] master -> master (fetch first)
error: failed to push some refs to '[repository url]'
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 merge the remote changes (e.g.,
hint: 'git pull') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
hatası aldım. Biraz araştırma yaptığımda hatanın "git push -f origin master" komutuyla çözülebileceğini gördüm. Başkaları da bu hatayla karşılaşırsa bu komutu deneyebilirler.
İyi çalışmalar.
The text was updated successfully, but these errors were encountered: