Page 1 of 1

Cloning the Git repository

Posted: Thu Aug 13, 2015 1:50 am
by kupiakos
I'm considering making a Python extension for wimlib, and possibly other language bindings. I'd like to be able to clone the existing Git repository so I can make a pull request in the future. However, it doesn't appear that the Gitlab distribution has a cloning URL. Am I missing something, or is there not a directly accessible Git repository available?

Re: Cloning the Git repository

Posted: Thu Aug 13, 2015 3:55 am
by synchronicity
Just do:

Code: Select all

git clone git://wimlib.net/wimlib
This is separate from the gitlist installation I set up (the latter is just a repository viewer).