文章分类 - Git
摘要:centos安装git时出错提示make[1]: *** [perl.mak] Error 2 解决: yum install perl-ExtUtils-MakeMaker package centos安装git时出错提示make[1]: *** [perl.mak] Error 2 解决:
阅读全文
摘要:1) 远程仓库相关命令 检出仓库:$ git clone git://github.com/jquery/jquery.git查看远程仓库:$ git remote -v添加远程仓库:$ git remote add [name] [url]删除远程仓库:$ git remote rm [name]
阅读全文