3

I using git bash in windows 7 environments. I start git bash and type git config --list but after that I can't run any commands and git bash only show (end) in screen. I don't know what happen and that's command is worked properly before.
Screenshots:

First-Error

Second-Error

2
  • Please don't link to the images containing errors. Add them directly to your post. Commented Aug 21, 2018 at 8:44
  • Thanks for your advices Commented Aug 21, 2018 at 11:30

2 Answers 2

7

It looks like git config --list has opened less for showing the config list. You can enter :q to exit less.

Sign up to request clarification or add additional context in comments.

1 Comment

… and hit Enter after writing :q. :-)
0

Simply Press :+q+ENTER to exit the Output.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.