首页 > 其他 > 详细

git push --no-thin

时间:2015-05-21 12:25:58      阅读:1114      评论:0      收藏:0      [点我收藏+]

有时候我们执行 git push 将一个 new branch 推送到远程仓库的时候,会被远程仓库阻止。

可能是我们没有相应的权限吧。然而,我在 git push 的时候加上 --no-thin 参数,就可以将其推送上去了。

$ git push --no-thin origin dev

  注意,这个命令可能会受到不同程度的权限的影响,因此不能保证一定能推送上去。不过我用这个push成功了。

git push --no-thin

原文:http://www.cnblogs.com/ayseeing/p/4519248.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!