Guest User

Git init google code meteocal SE2

a guest
Oct 30th, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.54 KB | None | 0 0
  1. 1. Installa git
  2. 2. Apri la console dei comandi:
  3.   mkdir ~/src && cd ~/src
  4.   git clone https://edemantimarco@code.google.com/p/meteocal-mp/
  5.  
  6. Poi da https://code.google.com vai a Profile -> Settings e copia la riga sopra "User Preferences", es:
  7.   machine code.google.com login polyp91@gmail.com password xxxxxxxxxx
  8. Torna sulla console e digita (avendo cura di togliere @gmail.com):
  9.  
  10.   echo "machine code.google.com login polyp91 password xxxxxxxxxx" >> ~/.netrc
  11.   git checkout -b marco-dev
  12.   git push --set-upstream origin marco-dev
  13.  
  14. ENJOY!
Add Comment
Please, Sign In to add comment