Hi Mark,

On 2021-09-06 21:46, Mark Geisert wrote:
Something's likely changed in the 4 years since I last did this :-).

Your memory's faded! ;^>
It's taken me months of use to remember correctly!

For most Cygwin packages it's:

https://cygwin.com/git-cygwin-packages/
https://cygwin.com/git/cygwin-packages/PKG.git  # no longer works!
https://cygwin.com/git/?p=git/cygwin-packages/PKG.git

ssh://cyg...@cygwin.com/git/cygwin-packages/PKG.git

but yours is a Cygwin *app*:

https://cygwin.com/git/cygwin-apps/
https://cygwin.com/git/cygwin-apps/cygutils.git
https://cygwin.com/git?p=cygwin-apps/cygutils.git

ssh://cyg...@cygwin.com/git/cygwin-apps/cygutils.git

$ git push
fatal: remote error: service not enabled: /git/cygwin-cygutils.git

$ cat .git/config
[core]
        # blah elided
[remote "origin"]
        url = git://sourceware.org/git/cygwin-cygutils.git

        url = ssh://cyg...@cygwin.com/git/cygwin-apps/cygutils

[You may also use any .ssh/config Host alias for cyg...@cygwin.com which references your SSH key for Cygwin access]

        fetch = +refs/heads/*:refs/remotes/origin/* > [branch "master"]
        remote = origin
        merge = refs/heads/master

[branch "playground"]
        remote = origin
        merge = refs/heads/playground

I tried cygwin.com in place of sourceware.org but no change.  Have the repositories moved or the access policies changed?

Thanks for any leads,

--
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

Reply via email to