GitKraken स्थापित नहीं किया जा सकता है


16

मैंने अभी वेबसाइट से इसे डाउनलोड करके GitKraken (A Git GUI) स्थापित किया है। जब मैं इसे 'डिस्कवर सेंटर' के माध्यम से स्थापित करने की कोशिश करता हूं, तो यह काम नहीं करता है। इसलिए मैंने कहीं न कहीं ऑनलाइन कमांड पाया dpkg -i [filename], इसे gitkraken .deb, andddd MAGIC पर प्रयोग किया! यह काम करता हैं!

मैंने तब GitKraken ( gitkrakenटर्मिनल में टाइप करके ) चलाने की कोशिश की , और इससे मुझे यह सुंदर त्रुटि मिली :

Node started time: 1489531028950
libcurl.so.4: cannot open shared object file: No such file or directory
Error: libcurl.so.4: cannot open shared object file: No such file or directory
    at Error (native)
    at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:158:20)
    at Object.Module._extensions..node (module.js:568:18)
    at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:169:18)
    at Module.load (module.js:456:32)
    at tryModuleLoad (module.js:415:12)
    at Function.Module._load (module.js:407:3)
    at Module.require (module.js:466:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/node_modules/nodegit/dist/nodegit.js:11:12)
    at Module._compile (module.js:541:32)
    at Object.Module._extensions..js (module.js:550:10)
    at Module.load (module.js:456:32)
    at tryModuleLoad (module.js:415:12)
    at Function.Module._load (module.js:407:3)
    at Module.require (module.js:466:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/src/appBootstrap/upgradeScripts/versionScripts/v1_5_0.js:7:17)
    at Module._compile (module.js:541:32)
    at Object.Module._extensions..js (module.js:550:10)
    at Module.load (module.js:456:32)
    at tryModuleLoad (module.js:415:12)
    at Function.Module._load (module.js:407:3)
    at Module.require (module.js:466:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/src/appBootstrap/upgradeScripts/versionScripts/index.js:5:28)
    at Module._compile (module.js:541:32)
    at Object.Module._extensions..js (module.js:550:10)
    at Module.load (module.js:456:32)
    at tryModuleLoad (module.js:415:12)
    at Function.Module._load (module.js:407:3)
    at Module.require (module.js:466:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/src/appBootstrap/upgradeScripts/index.js:7:24)
    at Module._compile (module.js:541:32)
    at Object.Module._extensions..js (module.js:550:10)
    at Module.load (module.js:456:32)
    at tryModuleLoad (module.js:415:12)
    at Function.Module._load (module.js:407:3)
    at Module.require (module.js:466:17)
    at require (internal/module.js:20:19)
    at EventEmitter.module.exports.app.on (/usr/share/gitkraken/resources/app.asar/src/appBootstrap/main.js:146:5)
    at emitOne (events.js:101:20)
    at EventEmitter.emit (events.js:188:7)

किसी भी तरह की सहायता का स्वागत किया जाएगा।



@steeldriver ने पहले ही उस प्रश्न को देख लिया था। कोई भी जवाब काम नहीं आया।
मतियास का।

इन्हें आज़माएं: sudo apt updateफिर sudo apt dist-upgrade, फिर से कोशिश करें
जॉर्ज उदेन

जवाबों:


14

में terminal...

  • sudo apt-get update
  • sudo apt-get install curl libcurl3

अब आपका ऐप काम करना चाहिए।


आप एक जीवन रक्षक है।
मतिस के

8

मैंने ubuntu 16.04 पर libgnome-keyring-common और libgnome-keyring-dev स्थापित किए, जिन्होंने इसे मेरे लिए हल किया:

sudo apt install libgnome-keyring-common libgnome-keyring-dev 

1
यह डेस्कटॉप वातावरण के साथ वितरण के लिए काम करता है, जो गनोम पर आधारित नहीं है, जैसे कि कुबंटु।
ब्रूनो फिंगर

1
यह मेरे लिए कुबंटू पर भी काम किया! धन्यवाद!
ब्रॉक वॉन

1

मैंने निम्नलिखित कमांड का उपयोग किया:

$ sudo apt-get install curl libcurl3 

और नीचे त्रुटि मिली:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 curl : Depends: libcurl4 (= 7.58.0-2ubuntu3.8) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

इसलिए मैंने अपनी कमांड बदल दी:

$ sudo apt-get install curl libcurl4

और हमेशा पैकेज को अपडेट करने से पहले याद रखें, जैसा कि हेनीमा द्वारा दिखाया गया है!

हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.