Erwin Waterlander schreef op 2020-10-18 12:03:
Hi,

I want to create git repos for my cygwin packages.
The information on https://cygwin.com/packaging/repos.html is quite brief.
Is there a more elaborate guide?

regards,

The text on https://cygwin.com/packaging/repos.html is unclear. The page says that the repo is lazily created on the first push. It should say that you first clone it with this command:

 git clone ssh://[email protected]/git/cygwin-packages/packagename.git

and then do a first push

 git push


regards,

Erwin

Reply via email to