Open Bandeapart1964 opened 1 week ago
I'm new using GitHub and I'm having trouble cloning my repository because the credentials are giving me an error. I don't know if I'm doing something wrong but I tried using username and password, then I tried with a personal access token and it doesn't work. It says "Error: too many redirects or authentication replays.
I'm new using GitHub and I'm having trouble cloning my repository because the credentials are giving me an error. I don't know if I'm doing something wrong but I tried using username and password, then I tried with a personal access token and it doesn't work. It says "Error: too many redirects or authentication replays.
1 check your repo in puppygit, make sure it linked to your credential, and make sure your github username and personal token is correct
2 check your personal token on github, if you use fine-grained token, you need choose your repo and set the content permission to read+write.
I'm new using GitHub and I'm having trouble cloning my repository because the credentials are giving me an error. I don't know if I'm doing something wrong but I tried using username and password, then I tried with a personal access token and it doesn't work. It says "Error: too many redirects or authentication replays.
1 check your repo in puppygit, make sure it linked to your credential, and make sure your github username and personal token is correct
2 check your personal token on github, if you use fine-grained token, you need choose your repo and set the content permission to read+write.
SOLVED! The problem was related to the path of the repo. It didn't allow me to choose a different path than the one that comes by default even when I grant permissions to my storage. Anyway, it's working now. Thank you for answer!
Commenting to request this feature! It would be very nice, as many of my repos are configured to verify every commit via checking signatures.
I considering try support gpg sign/verify the commit and tag, but I don't need this feature, if you need, leave a comment , if have many users need, I'll try implement it.