Alternative FSO GIT repository

From Openmoko

(Difference between revisions)
Jump to: navigation, search
Line 5: Line 5:
 
Currently you can't use freesmartphone.org repository via http:// , so it can be a problem for users behind restrictive firewall.
 
Currently you can't use freesmartphone.org repository via http:// , so it can be a problem for users behind restrictive firewall.
 
[http://freesmartphone.org freesmartphone.org] git repository is mirrored to [http://repo.or.cz repo.or.cz]. To use it just use instead of:
 
[http://freesmartphone.org freesmartphone.org] git repository is mirrored to [http://repo.or.cz repo.or.cz]. To use it just use instead of:
 
+
<pre>
 
+
 
git clone git://git.freesmartphone.org/zhone
 
git clone git://git.freesmartphone.org/zhone
 +
</pre>
 +
you can use:
 +
<pre>
 
git clone http://repo.or.cz/r/zhone.git
 
git clone http://repo.or.cz/r/zhone.git
 
+
</pre>
  
 
Have fun!
 
Have fun!

Revision as of 19:27, 19 October 2008

The official FSO git repository is this one:

git.freesmartphone.org

Currently you can't use freesmartphone.org repository via http:// , so it can be a problem for users behind restrictive firewall. freesmartphone.org git repository is mirrored to repo.or.cz. To use it just use instead of:

git clone git://git.freesmartphone.org/zhone

you can use:

git clone http://repo.or.cz/r/zhone.git

Have fun!

Personal tools

The official FSO git repository is this one:

git.freesmartphone.org

Currently you can't use freesmartphone.org repository via http:// , so it can be a problem for users behind restrictive firewall. freesmartphone.org git repository is mirrored to repo.or.cz. To use it just use instead of:


git clone git://git.freesmartphone.org/zhone git clone http://repo.or.cz/r/zhone.git


Have fun!