git
findingwork
这个作者很懒,什么都没留下…
展开
-
mac虚拟机本地通过git上传项目到github时出现的诡异问题
错误为:Permission denied (publickey).fatal: The remote end hung up unexpectedly我的 remote add origin url 默认为git@github.com:/first_app.gitgoogle了好久大部分的解决方法为 ssh git@github.com 我不知道这是有啥作用,推测...原创 2011-10-02 23:27:46 · 123 阅读 · 0 评论 -
git 基本命令
git branch 查看本地所有分支git status 查看当前状态 git commit 提交 git branch -a 查看所有的分支git branch -r 查看本地所有分支git commit -am "init" 提交并且加注释 git remote add origin git@192.168.1.119:ndshowgit push origin ...原创 2012-08-21 01:47:39 · 159 阅读 · 0 评论