1.
mac idea配置git
https://www.jianshu.com/p/5cddc8d03754
2.
clone某项目test分支下的代码
git clone -b test git@code.***.com:****/****.git
3.
生成SSH key
$ ssh-keygen -t rsa -C "***.com"
进入/user/zl/.ssh 下面有id_rsa.pub,里面就是公钥
2023-12-24 16:17:40
1.
mac idea配置git
https://www.jianshu.com/p/5cddc8d03754
2.
clone某项目test分支下的代码
git clone -b test git@code.***.com:****/****.git
3.
生成SSH key
$ ssh-keygen -t rsa -C "***.com"
进入/user/zl/.ssh 下面有id_rsa.pub,里面就是公钥
下一篇:mysql卸载