carpentries-incubator / cwl-novice-tutorial

Introduction to Workflows with Common Workflow Language
https://carpentries-incubator.github.io/cwl-novice-tutorial/
Other
11 stars 20 forks source link

ERROR: Permission to common-workflow-lab/cwl-novice-tutorial.git denied #15

Closed skanwal closed 3 years ago

skanwal commented 3 years ago

Hello @mr-c @tobyhodges @swzcuroverse

Just gearing up on this and facing an issue while trying to push a branch to this repo.

Tracing my own steps below:

$ git clone git@github.com:common-workflow-lab/cwl-novice-tutorial.git
$ git checkout -b script-sk
Switched to a new branch 'script-sk'
$ git push -u origin script-sk
ERROR: Permission to common-workflow-lab/cwl-novice-tutorial.git denied to skanwal.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

I have also tried cloning via https link but that gives fatal: Authentication failed for 'https://github.com/common-workflow-lab/cwl-novice-tutorial.git/'

Do I need to be added to repository or go through authentication? Any help will be appreciated.

Best, Sehrish

mr-c commented 3 years ago

Hello Sehrish!

You'll need to accept the invitation at https://github.com/common-workflow-lab/cwl-novice-tutorial/invitations to be able to push here. Hope this fixes the problem for you :-)

skanwal commented 3 years ago

Thanks, Michael.

It seems the invitation has expired.. Can I please get it again? I didn't receive any email notification last time, hence probably missed it earlier..

mr-c commented 3 years ago

I resent it!

skanwal commented 3 years ago

Received and accepted. Thank you.