其他分享
首页 > 其他分享> > 安装 GitKraken

安装 GitKraken

作者:互联网

文章目录

安装 GitKraken

下载

https://www.gitkraken.com/download

安装

修改 hosts

Win

C:\Windows\System32\drivers\etc\hosts

Linux

sudo gedit /etc/hosts

添加

# gitKraken 更新屏蔽
127.0.0.1 release.gitkraken.com

安装 node, yarn

破解

git clone https://github.com/5cr1pt/GitCracken.git
cd GitCracken/GitCracken
rm yarn.lock
yarn install
yarn build
node dist/bin/gitcracken.js patcher --asar <path-to-gitkraken>/resources/app.asar

尽情享用吧~

标签:node,GitKraken,yarn,hosts,安装,GitCracken
来源: https://blog.csdn.net/qq_49466306/article/details/114290508