git remote -v | grep http | grep push | awk -F// ' { print $2 } ' | awk ' { print "git@"$1 } ' | sed 's/\//:/' | xargs git remote set-url origin