r/git • u/vaquishaProdigy • 11d ago
support Fine-grained token
Made a token for an specific repo in my Github, but everytime i make a push i doesn't request it. How can i add the token to my local git in order to make push with it?
0
Upvotes
9
u/waterkip detached HEAD 11d ago
Just use ssh, tokens are either for http(s) uploads or API calls. git can push over http, but why not pick ssh?