I have commited the first time in git on my linux box.
I have also added the remote repo to the Bit bucket account.
When i hit the git commit then for last 40 minutes i am seeing the continuous line of y like this
y
y
y
y
y
in my putty terminal. i want to know that is that normal or i should break the operation
At any point did you happen to type “yes”? There’s a utility called
yesthat simply printsyover and over again. It’s used to automate utilities that say “are you sure? (y/n)”. It’s possible that you accidentally typed “yes” at some point and your system diligently ranyesaftergitreturned.Hitting Ctrl-C should break out of it.