git-ssh 配置和使用
Posted whist
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git-ssh 配置和使用相关的知识,希望对你有一定的参考价值。
1. 设置Git的user name和email:
$ git config --global user.name "Alex Freeman"
$ git config --global user.email "[email protected]"
以上是关于git-ssh 配置和使用的主要内容,如果未能解决你的问题,请参考以下文章