Git skip https auth
30 Apr 2019Environment
- OS: Kali linux 2019.1
- Git: 2.20.1
Explanation
How to skip authiorization when we access remote repository via https
Example:
Solution
We can use git-credential.
Since I’m using Kali, I can not use any authentication procedure of OS.
So I have to store my credential in local directory.
We have to login with username/password one time after this command.
Then, the auth data will be stored here
Now, we don’t have to put credentials any more.