06 2021 档案
摘要:1.ssh-keygen -t rsa -C "your_email@youremail.com" #创建本地ssh key,your_email@youremail.com为自己的邮箱,之后会提示确认路径和密码,使用默认的一路回车就可以.如果成功则会输出信息:Your public key has
阅读全文
摘要:> 本地没有Git仓库,建立了远程初始仓库 1. 进入本地文件目录,git init 2. git remote add origin https://github.com/xxx/xxx.git #关联到远程仓库project地址; 3. git add . #添加所有文件 4. git comm
阅读全文

浙公网安备 33010602011771号