RSS/Atom feed Twitter
Site is read-only, email is disabled

GIT access no longer working

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

GIT access no longer working Ofnuts 21 Feb 14:33
  GIT access no longer working LightningIsMyName 21 Feb 15:01
   GIT access no longer working Ofnuts 21 Feb 16:17
Ofnuts
2011-02-21 14:33:38 UTC (almost 14 years ago)

GIT access no longer working

My local copy of the Gimp code used to be updatable by issuing a "git update" in the root directory.. This no longer work and I get:

fatal: read error: Connection reset by peer

-------------------------------------- My .git/config:

core]
repositoryformatversion = 0 filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/* url = git://git.gnome.org/gimp [branch "master"]
remote = origin
merge = refs/heads/master
--------------------------------------

I'm not too familiar with Git. Am I doing something wrong? Or has something changed elsewhere?

-- Bertrand

LightningIsMyName
2011-02-21 15:01:28 UTC (almost 14 years ago)

GIT access no longer working

Hi,

On Mon, Feb 21, 2011 at 4:33 PM, Ofnuts wrote:

My local copy of the Gimp code used to be updatable by issuing a "git update" in the root directory.. This no longer work and I get:

...

I'm not too familiar with Git. Am I doing something wrong? Or has something changed elsewhere?

I'm not a git wizard myself, but cloning here (using git clone) and updating (using git pull) does work for me. I have no idea what about the config file - it means nothing to me :P You did say you use "git update" in the root directory to update the sources, and I'm not familiar with such a command. Did you possibly mean "git pull"?

~LightningIsMyName

Ofnuts
2011-02-21 16:17:53 UTC (almost 14 years ago)

GIT access no longer working

On 02/21/2011 04:01 PM, LightningIsMyName wrote:

I'm not a git wizard myself, but cloning here (using git clone) and updating (using git pull) does work for me. I have no idea what about the config file - it means nothing to me :P

As I undertstand it, you "git clone" once to initialize your local version, and you then "git pull" for updates.

You did say you use "git update" in the root directory to update the sources, and I'm not familiar with such a command. Did you possibly mean "git pull"?

Indeed. Doing too much CVS... "git pull" it is.