potiuk commented on PR #52010:
URL: https://github.com/apache/airflow/pull/52010#issuecomment-2994249269

   > I am not sure why I am (even as maintainer) not being able to push to your 
PR/branch, so far I ever failed and do not understand "why"...
   > 
   
   Likely because you checked out using `https://` URL not `git@` url. In `gh` 
you can set default protocol. Default is https.  But when you do this:
   
   ```
   gh config set git_protocol ssh
   ```
   
   Gh will use ssh protocol when adding remote when you do `gh pr checkout`. 
You can delete the `potiuk` remote you have now and re-check out after changing 
to ssh.
   
   > ```
   > (airflow_review) jscheffl@hp860g9:~/Workspace/airflow_review$ git push
   > error: Authentication error: Authentication required: You must have push 
access to verify locks
   > error: failed to push some refs to 'https://github.com/potiuk/airflow.git'
   > (failed reverse-i-search)`--set-u': svn update ^Cset-depth=infinity 
asf-dist/release/airflow
   > ```
   > 
   > Can you cherry-pick from 
[34ad0fd](https://github.com/apache/airflow/commit/34ad0fd3a532655978c88acd51d82878f643a438)
 where I added some fixes? Somehow some couple of residual problems are left... 
and still not 100% confident if my changes are good. Still feeling like a UI 
noob. Even with CoPilot... :-D
   
   


-- 
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]

Reply via email to