Thank you so much.
> git remote add origin gito...@bbtcollege.com:xx_uml.git
> (Attention: keep login name gitosis unchanged, it is not your user name)
> git push origin master
>
> 2. clone project to your pc from remove server:
> delete the xx_uml dir at your pc
> git clone gito...@bbtcollege.com:xx.git
>
> 3. update project from remote server
> git pull gito...@bbtcollege.com:xx.git master
>
> Now the passage between your pc and remote server is built
>
> ======================================================================
>
> git with a remote server(bbtcollege.com) under eclipse:
>
> 1. install git plugin for eclipse
> 1) eclipse memu: Help -> Install new software...
> 2) Find more software by working with the "Available software Sites"
> preference
> 3) search "egit" and select the site then press ok
> 4) back to install window and select work with
> Eclipse Git Plugin Update Site -http://download.eclipse.org/egit/updates
> 5) select both Eclipse Git Team provider and JGit
> 6) select all the operations(or just Eclipse EGit & Eclipse Mylyn) then
> install
>
> Attention: if you meet the following problem during the installation,
> install mylyn plugin first
>
> "Cannot complete the install because one or more required items could not
> be found.
>
> Software being installed: EGit Mylyn 1.1.0.201109151100-r
> (org.eclipse.egit.mylyn.feature.group 1.1.0.201109151100-r)
> Missing requirement: EGit Mylyn 1.1.0.201109151100-r
> (org.eclipse.egit.mylyn.feature.group 1.1.0.201109151100-r) requires
> 'org.eclipse.mylyn.team_feature.feature.group 3.5.0' but it could not be
> found"
>
> 2. create your own project
> 3. select "share project" and select "Git" plug-in to share the selected
> project
> 4. choose or create a new Repo
> 5. push your project to remote server:
> right click on created project and select Team > Remote > Push...
> custom URI:
> URI: ssh+git://gito...@bbtcollege.com/xx_hws.git
>
> 6. clone repo from remote server:
> File > Import > Git > Git Repository
> URI: ssh+git://gito...@bbtcollege.com/xx_hws.git