-
Notifications
You must be signed in to change notification settings - Fork 8
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
Comments
The .MID files that would not process can be found here: |
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 |
Of course. I contribute too much to work code..
…On Wed, Jun 24, 2020 at 12:28 PM Peter Jonas ***@***.***> wrote:
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
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5YVVMXPQLAVFW5CAKG76LRYIZT3ANCNFSM4NQYO6LQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: