archlinux / asp

Arch Build Source Management Tool
MIT License
294 stars 34 forks source link

Add option to choose http or git protocol #15

Closed mrbanie closed 7 years ago

mrbanie commented 7 years ago

Hello, please add the option to choose between http or git protocol. This is useful for people behind a http proxy which blocks git protocol.

Regards

falconindy commented 7 years ago

I was holding off on doing this because older versions of git didn't have feature parity between git and http protocols. That seems to have been resolved.

In the meantime, you can fix this by cd'ing into your $ASPROOT and running:

git remote set-url packages "https://git.archlinux.org/svntogit/packages.git"
git remote set-url community "https://git.archlinux.org/svntogit/community.git"