Skip to content

Instantly share code, notes, and snippets.

@delijati
Created October 31, 2014 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save delijati/10d78d4f4f681851603d to your computer and use it in GitHub Desktop.
Save delijati/10d78d4f4f681851603d to your computer and use it in GitHub Desktop.
Git pull with auth is slow with PIPE output
$ python3 git_pull.py :(
Username for 'https://bitbucket.org': XXX
Password for 'https://XXX@bitbucket.org':
b'Already up-to-date.\n'
b''
73.81498788599856
Username for 'https://bitbucket.org': XXX
Password for 'https://XXX@bitbucket.org':
0
b'Already up-to-date.\n'
b''
8.666735434002476
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment