-
-
Notifications
You must be signed in to change notification settings - Fork 662
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
Translation #24
Comments
Same problem here. I want to improve the spanish tutorials. But i can not upload files, either by the terminal or by github interface. Could someone help me with it? |
i got this message on my terminal: remote: Permission to JuliaComputing/JuliaBoxTutorials.git denied to mvillasante. does someona have to give me a permission in order to edit it |
Hi both! @mvillasante which git command do you run to get that error message? |
git push origin master i'd already added the file and comitted the changes I read about creating a new branch, but i could not find the option in the graphical interface nor the proper command :| |
Ohh great! I think I know what's going on. Have you forked this repo yet? (I'm not sure if this is what you were trying to do when you attempted to create a new branch or not.) I believe the problem is that you're trying to add your changes directly to the source files that Julia Computing owns. What you want to do instead is to create your own version of the source files (your fork), and then add your changes to your version. Then you can submit a pull request to the Julia Computing repository. In case you're not familiar with submitting pull requests, they're a way of saying, "Hey look at my version of these files over here. If you like them better than your version, want to take mine instead?" That gives the authors/maintainers of the files a way to review your changes, rather than allowing you to overwrite your changes directly. You can create your own fork by clicking the "Fork" button near the top right of the repository's github page. Then you want to add your fork as a remote (this connects your local copy of the repository to your forked version that lives on github). Once you've done that, you can use If you haven't gone through this process before, the above probably isn't enough information to make you feel comfortable with it. If that's the case, just ask more questions here or ping me on the Julia slack. (My handle is the same as here). |
Thank you for your help. I didn't know that I have to fork the repositorie first. I'd already make my first pull request. Not a big contribution but, i hope meaningful. |
I'm learning Julia and trying to translate these tutorials into Chinese. What shoud I notice to do it properly?
PS: I'm a green hand in Github. I'm even not sure that is "Issues" the place to ask questions like this?
*_*
The text was updated successfully, but these errors were encountered: