From 57a45fe35f3c6591d56de08653f09d5e499c083d Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Fri, 6 Feb 2015 13:07:30 +0100 Subject: [PATCH] Add a note about the prompt loop that has been fixed in git 2.3 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2b37004..339f70b 100644 --- a/readme.md +++ b/readme.md @@ -138,7 +138,7 @@ Add `antigen bundle sindresorhus/pure` to your .zshrc file (do not use the `anti ### I am stuck in a shell loop in my terminal that ask me to authenticate. What should I do ? [This is a known issue](https://github.com/sindresorhus/pure/issues/76). -Using `git pull` when you get the username prompt should help you to break the loop by giving you a real prompt for this. +Using `git pull` when you get the username prompt should help you to break the loop by giving you a real prompt for this. **[This has been fixed in git 2.3](https://github.com/sindresorhus/pure/commit/f43ab97e1cf4a276b7a6e33eac055ee16610be15)** ## License