You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
made some table insert from csv.
But when trying to do 'dolt push' i receive this error
'Uploading...unknown push error; rpc error: code = PermissionDenied desc = permission denied'
Can you please explain the exact solution for this?
what i tried are:
generated new cred. updated in dolt settings.
cloned the database again to my local and tried all work from scratch.
All the above steps repeated around 2-3 times and then on the 3rd attempt only the error was gone.
My worry is will this issue crop up while we have moved ahead with development?
The text was updated successfully, but these errors were encountered:
yes i do.
Kindly excuse my doubts. They may seem silly but if possible, do explain. I couldn't use discord.
1.I have a local Doltlab(with config being set),
2.a public Dolthub (signs in using github)
3. and also a hosted Doltab in a remote server.
While working i feel the key are getting expired and (the above error crops up on each push activity)
each time i need to generate a new key and set in respective dolt UI.
Is this how it is supposed to be ?or am i doing it wrong. How can i work on all three simultaneously without regenerating the keys?
Hi @MeetAnithaVarghese - Authentication to DoltLab, DoltHub, and Hosted are all a little different.
Which is your preferred option? It will help simplify the discussion.
Also, rather than tell me in words what you have attempted, can you specify the commands you ran, and their output. It will help me to be sure I know we are on the same page.
The RPC permission denied error is usually the result of attempting to push to a server which is expecting that you have set the DOLT_REMOTE_PASSWORD environment variable, but not always. Knowing more about your setup will help to know if that's the problem or not.
Scenario:
But when trying to do 'dolt push' i receive this error
'Uploading...unknown push error; rpc error: code = PermissionDenied desc = permission denied'
Can you please explain the exact solution for this?
what i tried are:
My worry is will this issue crop up while we have moved ahead with development?
The text was updated successfully, but these errors were encountered: