Hi, http://community.kde.org/Sysadmin/GitKdeOrgManual => have you tried anongit.kde.org?
Else, have you tried the git proxies things ? Try 1: in ~/.gitconfig [http] proxy = "http://username:password at proxyaddress:proxyport" Try 2: in ~/.gitconfig [core] gitproxy = $HOME/.gitproxy in $HOME/.gitproxy (script: chmod +x) exec corkscrew proxyaddress proxyport $1 $2 $HOME/.proxyauth in $HOME/.proxyauth (private: chmod o-r) username:password => apt-get install corkscrew Try 3: get a KDE dev account, you can use git+ssh with git at git.kde.org Try 4: ask help from KDE sysadmins Good luck! PS: if you want the stable branch, look for it in "next", don't try "master"... Le lundi 30 juin 2014, 01:36:39 Evert Vorster a ?crit : > Hi there. > > It's just a small thing.. half my life I am using an ISP that does not > allow the git protocol. > > I would very much like it if we were able to also do git requests over > http. I know github offers this functionality, as I am able to fetch > from git with no issues for projects like mlt. > > In the meantime I am able to download snapshots over http, so there is > a workaround in place, and I can test the latest and greatest kdenlive > code. > > If anyone knows how to enable it for quickgit, that would be awesome. > > Thanking you in advance.
