答案 0 :(得分:1)
您只需从官方网页(https://www.gitkraken.com/download)下载te install软件包并进行安装,那对我有用,对不起我的英语
答案 1 :(得分:0)
我在Ubuntu 18.04.3上使用Git Kraken 6.2.0,并且仍然出现自动更新问题。代码中未处理某些异常。命令sudo journalctl -f | grep 'gitkraken'
抛出此错误:
out 10 12:16:44 gitkraken.desktop[8671]: state: update-downloading
out 10 12:17:04 gitkraken.desktop[8671]: (node:8671) UnhandledPromiseRejectionWarning: Error: Request timed out.
out 10 12:17:04 gitkraken.desktop[8671]: at ClientRequest.request.on (<embedded>:24830:18)
out 10 12:17:04 gitkraken.desktop[8671]: at ClientRequest.emit (events.js:182:13)
out 10 12:17:04 gitkraken.desktop[8671]: at process.nextTick (/usr/share/gitkraken/resources/electron.asar/browser/api/net.js:87:26)
out 10 12:17:04 gitkraken.desktop[8671]: at process._tickCallback (internal/process/next_tick.js:61:11)
out 10 12:17:04 gitkraken.desktop[8671]: (node:8671) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
out 10 12:17:04 gitkraken.desktop[8671]: (node:8671) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
我尝试将.deb软件包保存在~/Downloads
上,该软件包已安装到NTFS文件夹(与Windows共享)上。我也尝试过将此文件保存到主文件夹中,但是没有用。