Git is not necessarily managed by Java code, or it can be code or file in another language.
Common git code hosting platforms are GitHub, Oschina, CSDN
CSDN: You can create a private item for free Https://code.csdn.net/dashboard/index
Right-click git clone to download the GIT project, if it is a private project, you need to enter the CSDN account and password.
Github: You can create public projects for free, and create private projects that require payment.
Use of the GIT client (Windows system)
http://blog.csdn.net/xiaobin_hlj80/article/details/10953701
Git uses some of the errors that occur
1.CSDN error when downloading private items:
git did not exit cleanly (exit code)
Search the Internet a variety of solutions are not, and later inadvertently see "3rd party login."
On a git hosting platform, no 3rd party login is allowed, otherwise the created project disappears when you log in with the original account and
The error will appear when loading the project!
This article is from the "line of the World" blog, please be sure to keep this source http://4259297.blog.51cto.com/4249297/1704394
Code hosting Platform