kaxil edited a comment on pull request #6007:
URL: https://github.com/apache/airflow/pull/6007#issuecomment-626221942


   > > git fetch upstream master
   > 
   > I got these errors when trying the second command
   > 
   > `fatal: 'upstream' does not appear to be a git repository fatal: Could not 
read from remote repository. `
   
   Follow this: 
https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#id4
   
   
   If you have added a remote as `apache` run:
   
   ```
   git pull
   git fetch apache master
   git rebase apache/master
   git push -f
   ```


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

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


Reply via email to