public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Achim Gratz <Stromeko@nexgo.de>
To: cygwin-apps@cygwin.com
Subject: Re: Questions on package adoption conventions
Date: Wed, 04 Nov 2015 18:48:00 -0000	[thread overview]
Message-ID: <87lhadwqhv.fsf@Rainer.invalid> (raw)
In-Reply-To: <Pine.BSF.4.63.1511040319290.44260@m0.truegem.net> (Mark	Geisert's message of "Wed, 4 Nov 2015 03:36:16 -0800 (PST)")

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

      parent reply	other threads:[~2015-11-04 18:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-30 21:48 Mark Geisert
2015-10-30 22:07 ` Marco Atzeri
2015-10-30 23:25   ` Mark Geisert
2015-10-30 23:59     ` Marco Atzeri
2015-10-31  0:18     ` Jon Turney
2015-10-31 16:03       ` Corinna Vinschen
2015-11-01  4:15         ` Mark Geisert
2015-11-02  9:29           ` Corinna Vinschen
2015-11-04 11:36             ` Mark Geisert
2015-11-04 12:08               ` Corinna Vinschen
2015-11-04 18:48               ` Achim Gratz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lhadwqhv.fsf@Rainer.invalid \
    --to=stromeko@nexgo.de \
    --cc=cygwin-apps@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).