Skip to content
rtyley edited this page Mar 9, 2012 · 7 revisions

Agit supports Smart HTTP git connections, which is useful for firewalled environments where [SSH] isn't possible, or for code hosts like Google Code, that don't support SSH access.

For authenticated HTTP connections, Agit will prompt you for your username and password if required, but you can skip having to enter these every time you make a connection by including them in your clone url, like this:

https://username:[email protected]/foo/bar.git

eg
https://rtyley:[email protected]/rtyley/enigma.git
https://roberto.tyley:[email protected]/p/test-for-agit/

NB these credentials will be stored as plaintext within the git metadata of your checked-out repo on your sdcard - in principle they could be read by a rogue app on your device. For increased security, consider using SSH for the time being.

Clone this wiki locally