git clone reports no error but cannot clone it
習慣沉默
習慣沉默 2017-05-02 09:33:52
0
2
848

When I read pro git again, I wanted to clone according to the code in the book


But what pops up on git bash is like this


That is, cloning into 'grit' is displayed and then disappears
Later, I changed git to https protocol and I can clone it
I found that my github did not add the public key, so I generated the public key and added it to githut again
Then I used the git protocol for clong, but in git Display again in bash


That is, cloning into 'grit' is displayed and then disappears

習慣沉默
習慣沉默

reply all(2)
Peter_Zhu

Since you added the public key, use ssh -T git@github.com to test and analyze it,
similar to the following
http://mqing720.blog.163.com/blog/static/2822000020152157483265/

世界只因有你

The address structures of the two protocols are different
https is https://github.com/schacon/grit.git
git is git://github.com:schacon/grit.git

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template