Google+
Rong GONG's music/speech processing blog
Monday, July 6, 2015
git ssh low speed push solution
git push uses ssh, if you meet low speed push problem, try do this:
$ git remote -v
if you see your git folder begins with
http://
, please use
git remote set-url origin
commande to change it to ssh url.
$ sudo sysctl -w net.ipv4.tcp_sack=0
then
git push
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment