Git BoxExchanger migration / DONE
The BoxExchanger platform now uses self hosted GitLab on its own git.boxexchanger.net servers
Getting started
Register in the git system git.boxexchanger.net
If necessary, add your SSH key to your account in https://git.boxexchanger.net/-/profile/keys or add the Deploy token to the project
Command to automatically fix .git/config
This command will change the git server path in the .git/config file to change gitlab.com to the new server path ssh.boxexchanger.net
Or manually modify the host
In the file, you need to changegit@gitlab.com:
to git@ssh.boxexchanger.net:
Example:
Last updated