Hello,
I am starting out in software development - please don't crucify me if I don't know the basics!
I have been trying to cache my GitHub credentials in Git. I am trying to install Git CLI with Bash
winget install --id GitHub.cli
I'm getting the following prompt:
Do you agree to all the source agreements terms?
[Y] Yes [N] No:
The problem is that I can't find a way to answer this! I have tried Yes, Y, y and even no but each time the cursor just jumps to a new line when I press enter. How do I accept this and get over this part?
Hello,
I am starting out in software development - please don't crucify me if I don't know the basics!
I have been trying to cache my GitHub credentials in Git. I am trying to install Git CLI with Bash
winget install --id GitHub.cliI'm getting the following prompt:
Do you agree to all the source agreements terms?
[Y] Yes [N] No:
The problem is that I can't find a way to answer this! I have tried Yes, Y, y and even no but each time the cursor just jumps to a new line when I press enter. How do I accept this and get over this part?