سلام
یه پروژه دارم که ریموت گیتش رو با دستور زیر حذف کردم:
git remote remove origin
و با دستور زیر یه ریموت جدید بهش اضافه کردم:
git remote add origin https://framagit.org/something/repo
الآن وقتی میخوام pull کنم، خروجی زیر رو میگیرم:
remote: Enumerating objects: 3, done.
remote: Counting objects: 100% (3/3), done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (3/3), 432 bytes | 432.00 KiB/s, done.
fatal: bad object refs/heads/main (conflicted copy 2021-12-28 181105)
error: https://framagit.org/something/repo did not send all necessary objects
مشکل چیه؟
پ.ن: با هر کدوم از دستورهای زیر pull رو انجام میدم این اتفاق میافته:
git pull
و
pit pull origin HEAD