2015-04-01 75 views

回答

0
google code doesnt belong to you, what you have access to is your github repo. so clone the repo on your computer. 

    1.git clone https://github.com/VeLKerr/code--review.git 

    2.try add a new file say test.foo in that same directory on your computer 

    3. git add --all 

    4.git commit -am "Testing Foo" 

    5. git push origin master 

That should solve it.