码迷,mamicode.com
首页 > 系统相关 > 详细

在eclipse中使用git的pull功能时报错解决办法

时间:2016-11-24 18:03:23      阅读:251      评论:0      收藏:0      [点我收藏+]

标签:hub   version   core   tor   mat   eclipse   code   git   link   

打开项目的 .git/config文件,参照以下进行编辑

[core]
    symlinks = false
    repositoryformatversion = 0
    filemode = false
    logallrefupdates = true
    [branch "master"]
        remote = origin
        merge = refs/heads/master
    [remote "origin"] 
        url = https://github.com/用户名/项目名.git(即项目的git路径)
        fetch = +refs/heads/*:refs/remotes/origin/*
        push = +refs/heads/master:refs/heads/master

 

在eclipse中使用git的pull功能时报错解决办法

标签:hub   version   core   tor   mat   eclipse   code   git   link   

原文地址:http://www.cnblogs.com/qlong8807/p/6098406.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!