ubuntu18.04 installed gitlab, CUDA, CONDA, Pip, pytorch, pycharm professional, vscode

1. gitlab reference resources: Configure ssh key Why does Gitlub need SSH Key? Because Gitlub needs to recognize that the submission you push is really pushed by you, not pretended by others, and Git supports SSH protocol, Gitlub can confirm that only you can push as long as you know your public key. 1.1 create ssh key ssh-keygen -t rsa ...

Posted by cgm225 on Fri, 11 Feb 2022 15:40:12 +0100