X Tutup
The Wayback Machine - https://web.archive.org/web/20200831060347/https://github.com/TheAlgorithms/Python/issues/2292
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need contributor access to the repository #2292

Closed
kanthuc opened this issue Aug 8, 2020 · 2 comments
Closed

Need contributor access to the repository #2292

kanthuc opened this issue Aug 8, 2020 · 2 comments

Comments

@kanthuc
Copy link
Contributor

@kanthuc kanthuc commented Aug 8, 2020

I would like to work on issue #2128, adding static type checking. I started with basic_binary_tree.py but am unable to publish my branch. This is the error I recieved.

c:\github\algo\Python\data_structures\binary_tree>git push --set-upstream origin basic_binary_tree.py-static-type-checking
remote: Permission to TheAlgorithms/Python.git denied to kanthuc.
fatal: unable to access 'https://github.com/TheAlgorithms/Python.git/': The requested URL returned error: 403

Could I please have access so I can publish my branch and create a PR, thank you

@cclauss
Copy link
Member

@cclauss cclauss commented Aug 8, 2020

Click "Fork" at the top right of this page. Push to your own fork of this repo which should be at https://github.com/kanthuc/Python to create a pull request back to this repo.

https://docs.github.com/en/github/getting-started-with-github/fork-a-repo

As noted in the comments of #2128, the file .travis.yml already runs mypy on all pull requests.

@cclauss cclauss closed this Aug 8, 2020
@kanthuc
Copy link
Contributor Author

@kanthuc kanthuc commented Aug 8, 2020

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.
X Tutup