tlswg / draft-ietf-tls-esni

TLS Encrypted Client Hello
https://tlswg.github.io/draft-ietf-tls-esni/#go.draft-ietf-tls-esni.html
Other
231 stars 56 forks source link

Trying to contribute but I cannot #578

Closed taddhar closed 8 months ago

taddhar commented 8 months ago

Am trying to be a good citizen here and trying to push my first PR but I cannot.

Can somebody help me understand 1) if I can contribute? and 2) if yes which mistake am I doing?

> git push --set-upstream origin arnaud-dev-branch
remote: Permission to tlswg/draft-ietf-tls-esni.git denied to taddhar.
fatal: unable to access 'https://github.com/tlswg/draft-ietf-tls-esni.git/': The requested URL returned error: 403
cpu commented 8 months ago

Hi @taddhar

It looks like you're trying to push your dev branch directly to the TLSWG repository and you don't have permission to do so. Instead, you should fork the repository to make your own copy, push your branch to your fork, and then open a pull request from your fork to this repo.

Try following GitHub's quickstart guide for forking a repository.

taddhar commented 8 months ago

Ok thanks I will do my best to follow this guidance and happy to learn something new. Sorry to be a rookie, doing my best to ramp-up. Glad I did a small test first.