Alternative FSO GIT repository

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(catchg)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
The official FSO git repository is this one:
 
The official FSO git repository is this one:
  
git.freesmartphone.org
+
[http://git.freesmartphone.org git.freesmartphone.org]
  
 
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]. Instead of:
 
+
<pre>
 
git clone git://git.freesmartphone.org/zhone
 
git clone git://git.freesmartphone.org/zhone
 
+
</pre>
 
+
you can use:
git clone http://repo.or.cz/r/zhone.git
+
<pre>
 
+
git clone http://repo.or.cz/r/zhone
 +
</pre>
 +
And so on.
 
Have fun!
 
Have fun!
  
[[Category:Application Developer]]
+
[[Category:Software repositories]]
 
[[Category:FSO]]
 
[[Category:FSO]]

Latest revision as of 09:59, 25 July 2009

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. Instead of:

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

you can use:

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

And so on. 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!