随笔分类 -  github

摘要:1.下载git在windows机器安装; 2.打开gitbash: $ cd /e/MyGithub $ mkdir GitTest $ cd GitTest $ git init Initialized empty Git repository in e:/MyGitHub/GitTest/.git/ //表示... 阅读全文
posted @ 2017-10-09 19:05 Mr.R123