在使用git管理代码,或者使用github,国内的码云(gitee)的时候,有两种方式可以使用,分别是https和ssh,以下均使用gitee为例. ssh方式 配置ssh,如果不配置ssh的话,clone项目的时候会报错,原因是没有配置公钥. Permission denied (publickey) Could not read from remote repository. 首先,进入用户目录,查看本地是否已经存在公钥文件. cd ~/.ssh ls 如果显示文件夹不存在,则本地还没有生成
在linux下搭建git环境1.创建Github账号,https://github.com2.Linux创建SSH密钥: ssh-keygen ##一直默认就可以了 3.将公钥加入到Github账户信息Account Settings->SSH Key4.测试验证是否成功. ssh -T git@github.com Hi someone! You've successfully authenticated, but GitHub does not provide shell access.
以下是基于window server 2012搭建的,学习搭建过程需要很多问题,找了许多文章做了一下总结. 1.所需的软件 Git for Windows: MsysGit(Git-1.7.4-preview20110204.exe) OpenSSH for Windows: CopSSH(Copssh_4.0.4_Installer.exe) 2.安装git 一般都是默认安装就行 3.安装copssh 也是默认安装 安装完成后主要有:Copssh Control Panel.Start a U