Kamis, 21 April 2016

git ssh low speed push solution

git push uses ssh, if you meet low speed push problem, try do this:

  1. $ git remote -v
  2. if you see your git folder begins with http://, please use
    git remote set-url origin commande to change it to ssh url.
  3. $ sudo sysctl -w net.ipv4.tcp_sack=0
  4. then git push




reff : http://ronggong1010.blogspot.com/2015/07/git-ssh-low-speed-push-solution.html

Tags:

0 Responses to “git ssh low speed push solution”

Posting Komentar

Subscribe

Berlangganan artikel via email

© 2013 Ruang Inspirasi 2015. All rights reserved.
Designed by SpicyTricks