配置GitLab公钥的命令

72 阅读1分钟

git config --global user.name "xxx" git config --global user.email "xxx@163.com" ssh-keygen -t rsa -C "xxx@163.com"

git clone ssh://git@git.xxxxxx.git