Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3950774
  • 博文数量: 366
  • 博客积分: 9916
  • 博客等级: 中将
  • 技术积分: 7195
  • 用 户 组: 普通用户
  • 注册时间: 2011-05-29 23:27
个人简介

简单!

文章分类

全部博文(366)

文章存档

2013年(51)

2012年(269)

2011年(46)

分类: LINUX

2012-09-24 09:39:57

git时出现一下错误:

# git clone git://git.videolan.org/vlc-ports/android.git
Cloning into 'android'...
error: Malformed value for push.default: simple
error: Must be one of nothing, matching, tracking or current.
fatal: bad config file line 8 in /root/.gitconfig


解决方法:

# gedit /root/.gitconfig
[push]
    default = simple
改成
[push]
    default = upstream

阅读(7173) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~