This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Questions on package adoption conventions


Mark Geisert writes:
> I was able to 'git clone' the cygutils source tree and fix
> user-reported issues and my build issues.  I'm ready to push the
> updates but have hit a snag...
> --------8<--------
> <prompt> git push origin master
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights
> and the repository exists.
> -------->8--------

Put this into your global .gitconfig:

--8<---------------cut here---------------start------------->8---
[url "git://sourceware.org/git/"]
        InsteadOf = cygwin:
[url "ssh://sourceware.org/git/"]
        pushInsteadOf = cygwin:
--8<---------------cut here---------------end--------------->8---

and then specify the remote as cygwin:cygwin-cygutils.git (the .git
suffix might be redundant, actually).


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Terratec KOMPLEXER:
http://Synth.Stromeko.net/Downloads.html#KomplexerWaves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]