MoniWikiUsing Google Code With Git On Cygwin
Login:
Password:
Join
E D R S I M H RSS
FrontPage|FindPage|TitleIndex|RecentChanges|PrintThisPage

  • create $home/.netrc file with the following
    machine code.google.com login kangjin.kim@gmail.com password [generated googlecode.com password]
    
  • $ chmod go-rwx $HOME/.netrc
  • $ git config --global http.sslverify false

  • $ git clone https://code.google.com/p/kjbare01/ kjbare01
    Make sure that not entering your username on the url
  • create README/edit/save
  • $ git add .
  • $ git commit -m "initial commit"
  • $ git pull
    this would have the following warning.
    $ git pull
    Your configuration specifies to merge with the ref 'master'
    from the remote, but no such ref was fetched.
    
  • $ git push --all
    $ git push --all
    Counting objects: 9, done.
    Delta compression using up to 4 threads.
    Compressing objects: 100% (3/3), done.
    Writing objects: 100% (9/9), 675 bytes, done.
    Total 9 (delta 0), reused 0 (delta 0)
    remote: Scanning pack: 100% (9/9), done.
    remote: Storing objects: 100% (9/9), done.
    remote: Processing commits: 100% (3/3), done.
    To https://code.google.com/p/kjbare01/
     * [new branch]      master -> master
    
last modified 2011-07-28 06:11:16
EditText|FindPage|DeletePage|LikePages| Valid XHTML 1.0! Valid CSS! powered by MoniWiki
0.0174 sec