Git
sharonXuran
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【Markdown】Markdown输入LaTex公式
问题描述用sublime text3编辑markdown文件,输入LaTex公式后,保存为HTML和上传到github,均无法显示公式。问题解决1:针对github上markdown文件的公式不显示问题,解决方案(仅对Chrome浏览器)如下:Chrome插件——GitHub with MathJax 插件。装完之后,重启Chrome浏览器,github上的数学公式就能正常...原创 2019-06-16 22:14:14 · 1813 阅读 · 0 评论 -
【Git】git问题:Please make sure you have the correct access rights and the repository exists.
问题描述:使用git并远程到github仓库时,使用git status查看状态,显示如下图所示:使用git push提交到远程端github的仓库时,出现:Please make sure you have the correct access rights and the repository exists.网上查询很多方法,例如:优快云 jingtingfengguo: g...原创 2019-07-02 17:34:13 · 151 阅读 · 0 评论 -
【Git教程】Git入门
Git是什么?Git是目前世界上最先进的分布式版本控制系统。Git入门级教程~原创 2019-08-01 10:29:29 · 238 阅读 · 0 评论
分享