Made three repo's today but can only push to one #86754
Replies: 4 comments 2 replies
-
Hi there 👋🏼 are you still experiencing this? |
Beta Was this translation helpful? Give feedback.
-
bataboom@static:/var/www/merchant$ ssh -T merchant Please make sure you have the correct access rights Ive added this brand new rsa pubkey to Deploy Keys. I had it in account ssh keys.. but it would say key already in use. So deleted it from acct settings. https://github.com/BataBoom/SatsBB key has access to write. [core] I am using a dedicated server, but I dont see the problem. is cause my acct is free? I seen something about 500MB cap, i dont believe ive passed that limit for all repos combined. is there a way to check? |
Beta Was this translation helpful? Give feedback.
-
there might be an issue with the deploy key permissions for the repositories you're unable to push to. Ensure that the SSH key associated with your machine has the necessary write permissions for those repositories. Also, double-check that the SSH key is correctly added to your GitHub account. You can verify the SSH key's association with your GitHub account by running: ssh -T git@github.com |
Beta Was this translation helpful? Give feedback.
-
We’re glad you could get this solved and we want to make sure others can do the same so we’ve reopened this discussion for better discoverability for our members. |
Beta Was this translation helpful? Give feedback.
-
Made three repo's today but can only push to one. The other two I get this error:
ERROR: Permission to BataBoom/OMCC.git denied to deploy key
fatal: Could not read from remote repository.
Authenticated to github.com ([192.30.255.113]:22).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: pledge: network
debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
debug1: Sending environment.
debug1: Sending env LANG = en_US.UTF-8
debug1: Sending command: git-receive-pack 'BataBoom/OMCC.git'
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
ERROR: Permission to BataBoom/OMCC.git denied to deploy key
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
Transferred: sent 2776, received 2516 bytes, in 0.2 seconds
Bytes per second: sent 12020.8, received 10894.9
debug1: Exit status 1
fatal: Could not read from remote repository.
Odd says "Could not read from remote repository." I can pull, just not push.
Configs are almost identical with the exception of remote url's. The git is initialized in all the repos. I'm using the same Machine with the same SSH key. Ive been trying to figure this out for far too long (couple hrs). Ive made 33 commits to the repo I do have access to and for that reason you should help me out, im losing it! https://github.com/BataBoom/SatoshiCast
Beta Was this translation helpful? Give feedback.
All reactions