মারাত্মক ত্রুটি - সাইঘিপ বেস মিল নেই ch
এই সমস্যাটি সম্ভবত সাইগুইন ডিএলএল এর বেমানান সংস্করণগুলি ব্যবহার করার কারণে।
এই ত্রুটিটি কারণটি উইন্ডোজ পাথের জন্য গিট সিউইনের সাথে বেমানান।
তারা উভয়ই /bin
এবং /usr/bin
এই মানচিত্রগুলি বিভিন্ন ডিরেক্টরিতে ব্যবহার করে (কারণ তারা বিভিন্ন মাউন্ট টেবিল ব্যবহার করে)।
সাইভিন আশা করেন যে এই ডেলটি খুঁজে পাবেন /usr/bin/cygwin1.dll
(এবং উইন্ডোজের জন্য গিটে এটি পাওয়া যায় না)
আপনি যখন উইন্ডোজ শেলের জন্য গিটে স্পষ্টত কোনও সাইগউইন কমান্ড চালাচ্ছেন তখন সাইগউইন bash
তার dll খুঁজে পাবে না এবং উপরে ত্রুটি বার্তা উত্পন্ন করবে।
নীচে লক্ষ্য করুন যে এর জন্য মাউন্ট ম্যাপিং /
আলাদা।
উইন্ডোজ জন্য গিট:
DavidPostill@Hal MINGW64 ~
$ mount
C:/temp on /tmp type ntfs (binary,noacl,posix=0,usertemp)
C:/apps/Git on / type ntfs (binary,noacl,auto)
C:/apps/Git/usr/bin on /bin type ntfs (binary,noacl,auto)
C: on /c type ntfs (binary,noacl,posix=0,user,noumount,auto)
E: on /e type vfat (binary,noacl,posix=0,user,noumount,auto)
F: on /f type ntfs (binary,noacl,posix=0,user,noumount,auto)
DavidPostill@Hal MINGW64 ~
$ which cygwin1.dll
which: no cygwin1.dll in (/c/Users/DavidPostill/bin:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/mingw64/bin:/usr/bin:/c/Users/DavidPostill/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/apps/WSCC/Sysinternals Suite:/c/apps/WSCC/NirSoft Utilities:/c/apps/Calibre:/cmd:/mingw64/bin:/usr/bin:/usr/bin/vendor_perl:/usr/bin/core_perl)
DavidPostill@Hal MINGW64 ~
$ /c/cygwin/bin/man
1 [main] man (608) C:\cygwin\bin\man.exe: *** fatal error - cygheap base mismatch detected - 0x180301408/0x180304408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
Segmentation fault
Cygwin:
$ mount
C:/cygwin/bin on /usr/bin type ntfs (binary,auto)
C:/cygwin/lib on /usr/lib type ntfs (binary,auto)
C:/cygwin on / type ntfs (binary,auto)
C: on /c type ntfs (binary,posix=0,user,noumount,auto)
E: on /e type vfat (binary,posix=0,user,noumount,auto)
F: on /f type ntfs (binary,posix=0,user,noumount,auto)
$ which cygwin1.dll
/usr/bin/cygwin1.dll
$ /c/cygwin/bin/man
What manual page do you want?
সাইগউইন উদ্ভূত ইউটিলিটিগুলি মিশ্রিত করা এবং মেলা না করা ছাড়া কোনও সমাধান নেই। একটি বাছুন এবং এটি দিয়ে লাঠি।