git中的ssh和https方式的使用(gitee为例)

      在使用git管理代码,或者使用github,国内的码云(gitee)的时候,有两种方式可以使用,分别是https和ssh,以下均使用gitee为例。 ssh方式    配置ssh,如果不配置ssh的话,clone项目的时候会报错,原因是没有配置公钥。 1 Permission denied (publickey) 2 Could not read from remote reposit
相关文章
相关标签/搜索