站内搜索

本次搜索共找到结果 2 条 (用时 0.003 秒)
2016-04-26 ... gitinit创建新仓库$cdtest#进入test文件夹$gitinit#会在该文件夹下生成.gitInitializedemptyGitrepositoryin/Users/chen/test/.git/gitclone克隆仓库[email protected]:deepzz0/test.git[指定目录]#克隆远程仓库,第三个参数可选:克隆到指定目录$gitclone/Users/chen/test.git#克隆本地仓库 ...
2016-04-25 ... 生成sshkey1、查看是否存在sshkey,如果有会列出key的列表$ls-al~/.ssh#Liststhefilesinyour.sshdirectory,iftheyexist2、没有,继续创建,下一步$ssh-keygen-tecdsa-b256-C"[email protected]"Generatingpublic/privateecdsakeypair. ...