To pass arguments to Main method in Visual Studio we can go to the following path: We can write down new arguments there: And we can use our added arguments with args[] and the appropriate index e.g. args[0], args[1]:
Monthly Archives: August 2020
Git clone fatal: Authentication failed
I recently had a problem with git credentials on Windows and a message like “git clone fatal: Authentication failed for…” Git did not work because the old password was set. In order for git to work again, I had to change the password in Windows settings. To fix this, go to the following path: AndContinue reading “Git clone fatal: Authentication failed”