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

I'd like to contribute a Python3 port #1

Open
drewfustin opened this issue Jun 2, 2020 · 3 comments
Open

I'd like to contribute a Python3 port #1

drewfustin opened this issue Jun 2, 2020 · 3 comments

Comments

@drewfustin
Copy link

I was having issues processes a file (it returned only a blank CSV with correct column headers), so I ended up rewriting it in Python 3 using pandas/numpy. I would like to push my port up and issue a pull request, but I don't have permission to push:

git push --set-upstream origin python3-port
ERROR: Permission to shoogle/midicsv-process.git denied to drewfustin.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
@shoogle
Copy link
Owner

shoogle commented Jun 24, 2020

Thanks for this. You don't need permission to push to my repository just to create a pull request. Instead, you need to fork the repository onto your own account, push there, and then create a pull request here.

See this tutorial for more details: https://opensource.com/article/19/7/create-pull-request-github

@drewfustin
Copy link
Author

drewfustin commented Jun 24, 2020 via email

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

No branches or pull requests

2 participants