摘要: 初始化projects 1. github新建repo 新建的repo不要生成任何内容(不要勾选readme,.gitignore) 这样push和pull的时候就不会有任何冲突项存在 2. 本地终端生成ssh密钥 ~/.ssh $ ssh-keygen -t rsa -b 4096 -C 'you 阅读全文
posted @ 2021-11-24 11:31 Tsingwaa 阅读(322) 评论(0) 推荐(0)