catpuppyapp / PuppyGit

GNU General Public License v3.0
28 stars 2 forks source link

feature: support gpg sign commit and tags #4

Open Bandeapart1964 opened 1 week ago

Bandeapart1964 commented 1 week ago

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.

Quoixe commented 6 days 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.

Bandeapart1964 commented 6 days 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.

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.

Quoixe commented 6 days 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.

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!

TakeV-Lambda commented 3 hours ago

Commenting to request this feature! It would be very nice, as many of my repos are configured to verify every commit via checking signatures.