大飞_dafei

导航

随笔分类 -  GitHub

Github 的logo
摘要:Github 的logo 地址: https://github.githubassets.com/images/icons/emoji/octocat.png https://github.githubassets.com/images/icons/emoji/octocat.png https:/ 阅读全文

posted @ 2021-11-30 09:10 大飞_dafei 阅读(279) 评论(0) 推荐(0)

添加ssh key 到 GitHub
摘要:添加ssh key 到 GitHub 01)检查本机是否有ssh设置 $ cd ~/.ssh $ ls known_hosts #显示这个说明没有ssh 02)生成ssh ssh-keygen -t rsa -C "xxx@@qq.com" #使用自己的邮箱账号(随便一个就可以) #然后一路回车 # 阅读全文

posted @ 2021-06-07 02:37 大飞_dafei 阅读(102) 评论(0) 推荐(0)

查看 Github 上项目创建时间,更新时间
摘要:查看 Github 上项目创建时间,更新时间 查看GitHub上项目创建时间,最近一次更新时间,可以使用Github提供的API,支持在线访问 API格式: https://api.github.com/repos/{:owner}/{:repository}Vue项目例子: https://api 阅读全文

posted @ 2021-05-15 18:05 大飞_dafei 阅读(3300) 评论(0) 推荐(0)

Github 在线创建文件和创建文件夹(开放API))
摘要:在Github上建立一个文件夹和一个文件 阅读全文

posted @ 2018-02-07 17:13 大飞_dafei 阅读(224) 评论(0) 推荐(0)