lazygit: git push / pull breaks when asked for username / password

Describe the bug Hangs when inside the git config the git username is saved and password is NOT (cache time is over)

To Reproduce Steps to reproduce the behavior:

  1. $ git config credential.helper store
  2. $ git config credential.helper cache 1
  3. Try to push something using lazygit

Expected behavior No program hang

Screenshots screenshot from 2018-08-14 21-08-02

Desktop (please complete the following information):

  • OS: Linux (fedora 4.17.12-200.fc28.x86_64)
  • Shell: bash
  • Lazygit v0.1.59

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 22 (2 by maintainers)

Most upvoted comments

I closed it because I couldn’t figure out an solution to my aforementioned comment:

I’m not taking into account the situation where a credential helper is being used but the credentials are cached.