Version management visualization tool GitKraKe installation

Resource download address
https://download.csdn.net/download/u012796085/87953404

1 Install GitKrakenSetup-7.5.5.exe after decompression

2 Enter the GitKraken storage directory in the command window, and execute the following statements respectively

git clone https://gitee.com/pan13640612207/GitKraken.git
cd GitKraken/
yarn install
yarn build
node dist/bin/gitcracken.js patcher --asar C:/Users/{用户名}/AppData/Local/gitkraken/app-7.5.5/resources/app.asar

insert image description here

3 Modify the host file

127.0.0.1 release.gitkraken.com

4 Other modifications

Delete C:/Users/{username}/AppData/Local/gitkraken/Update.exe and
use gitkraken.exe under the same path app-7.5.5 to open when starting

Open the registry computer\HKEY_CLASSES_ROOT\Directory\Background\shell\GitKraken\command
and modify the key value to "C:\Users{username}\AppData\Local\gitkraken\app-7.5.5\gitkraken.exe" --processStart= gitkraken.exe --process-start-args="-p "%V""

5 After opening the version controlled project, the interface is as follows

insert image description here

Guess you like

Origin blog.csdn.net/u012796085/article/details/131417468