Goland link gitlab configuration

1. Install git and open "Git Bash" from the program directory


2. Type the command: ssh-keygen -t rsa -C "[email protected]", where "[email protected]" is your gitlab account
3. Remind you to enter the name of the key (just enter one) key. (Prompt to enter the password, either set or not set)
4. Generate two files under C: \ Users \ Administrator.ssh: key and key.pub
5. Open the key.pub file with Notepad, copy the content, in gitlab Go to the ssh key management page on the .com website, add the new public key, name (not important), and paste the content you just copied.


Then it is configured.

Then open goland and enter your gitlab address

 Right click on the project folder and select commit

Then uncheck the .idea checkbox, don't upload this. Write the message of the commit message.

Then commit will do.

Published 125 original articles · Like 31 · Visits 60,000+

Guess you like

Origin blog.csdn.net/Fiverya/article/details/104608513