摘要: 打包软件添加桌面图标和菜单栏文件夹(都可勾选): 阅读全文
posted @ 2017-07-06 15:31 阿文sky 阅读(814) 评论(0) 推荐(0)
摘要: 生成ssh公钥ssh-keygen -t rsa -C "xxxxx@xxxxx.com" # 三次回车即可生成 ssh key 查看你的public keycat ~/.ssh/id_rsa.pub 测试下是否联通ssh -T git@git.oschina.net返回Welcome to Git 阅读全文
posted @ 2017-07-06 15:18 阿文sky 阅读(1086) 评论(0) 推荐(0)