DarthData410 commented on PR #7484:
URL: https://github.com/apache/iceberg/pull/7484#issuecomment-1529618262

   @Fokko - yeah I need to align back my fork. I tried to quickly do it 
   this morning, but ran into a git public key issue:
   
   Fetching origin
   Fetching upstream
   Fetching apache
   ***@***.***: Permission denied (publickey).
   fatal: Could not read from remote repository.
   
   Please make sure you have the correct access rights
   and the repository exists.
   error: Could not fetch apache
   
   --
   
   That is on the: git fetch --all
   
   So I will need to see why git can't resolve me. I have access to my gits 
   from command line, so I will have to walk through and see why this is 
   the case for the "error: Could not fetch apache"
   
   On 5/1/23 1:40 AM, Fokko Driesprong wrote:
   >
   > @DarthData410 <https://github.com/DarthData410> Just a tip. To align 
   > your master branch with the one from Iceberg, you can do:
   >
   > Add the Apache remote, if you haven't done so:
   >
   > git remote add ***@***.***:apache/iceberg.git
   >
   > Get the latest updates:
   >
   > git fetch --all
   >
   > Reset the branch to the master branch of Apache:
   >
   > |git reset --hard apache/master |
   >
   > Keep in mind that this will undo all your commits on that branch as 
   > well, so be aware of that.
   >
   > —
   > Reply to this email directly, view it on GitHub 
   > <https://github.com/apache/iceberg/pull/7484#issuecomment-1529405956>, 
   > or unsubscribe 
   > 
<https://github.com/notifications/unsubscribe-auth/A4RFZLK764VUI7UZRZOTASDXD5LHVANCNFSM6AAAAAAXRG4PLE>.
   > You are receiving this because you were mentioned.Message ID: 
   > ***@***.***>
   >


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to