मेरे git की स्थापना टूटी हुई प्रतीत होती है, और ऐसा लगता है कि किसी तरह मेरे डेवलपर टूल टूट गए हैं।
जब मैं गिट चलाने की कोशिश करता हूं, मुझे यह त्रुटि मिलती है। यह / usr / bin / git और / opt / local / bin / git (MacPorts से) दोनों के साथ होता है:
cook47@rcmac (RC_bash_lib (master)): /usr/bin/git pull
Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.
Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.
Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
मैंने Xcode चलाया है और लाइसेंस के लिए सहमत हूं। मैंने दौड़ने की कोशिश की xcode-select --install
और दूसरी त्रुटि मिली:
cook47-a@rcmac (current_projects): sudo xcode-select --install
Password:
xcode-select: error: no developer tools were found, and no install could be requested (perhaps no UI is present), please install manually from 'developer.apple.com'.
रिमोट रिपॉजिटरी कोई समस्या नहीं है;
इस त्रुटि को देखने के बाद, मैंने Apple से OS X 10.9.5 और XCode 6.2 के लिए कमांडलाइनसेटूल इंस्टॉलर डाउनलोड किया। यह सफलतापूर्वक स्थापित किया गया। हालांकि, गिट अभी भी टूटा हुआ है और xcode-select --install
अभी भी वही त्रुटियां देता है।
मैंने भी कोशिश की xcodebuild -license
और यह मुझे समझौते के लिए सहमत होने के लिए प्रेरित करता है लेकिन सहमत होने के बाद, कोई बदलाव नहीं। अभी भी टूटा।
इससे मैं पूरी तरह से लड़खड़ा गया हूं। यह कल काम कर रहा था! मैं एक सरकारी वातावरण में काम करता हूँ जहाँ यह संभव है कि एक अपडेट कुछ बदल गया है, इसलिए मुझे यकीन नहीं हो सकता है कि क्या बदल गया है।
किसी को पता है कि मैं कैसे फिर से काम कर सकते हैं? मैंने एक्सकोड और कमांड लाइन टूल को nuking और reinstalling की कोशिश की, लेकिन कोई फायदा नहीं हुआ। MacPorts से git और / usr / bin / git दोनों एक ही त्रुटि संदेश दे रहे हैं।
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
Xcode को पुन: स्थापित करने के बाद चलाया था ? इसके अलावा, क्या Xcode खुद काम करता है (और परियोजनाओं का निर्माण)? क्या Xcode के अंदर git काम करता है?