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

Translation #24

Open
Mo-Dabao opened this issue Sep 24, 2018 · 6 comments
Open

Translation #24

Mo-Dabao opened this issue Sep 24, 2018 · 6 comments
Labels
help wanted Extra attention is needed

Comments

@Mo-Dabao
Copy link
Contributor

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?

*_*

@mvillasante
Copy link

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?

@mvillasante
Copy link

i got this message on my terminal:

remote: Permission to JuliaComputing/JuliaBoxTutorials.git denied to mvillasante.
fatal: unable to access 'https://github.com/JuliaComputing/JuliaBoxTutorials.git/': The requested URL returned error: 403

does someona have to give me a permission in order to edit it

@xorJane
Copy link
Contributor

xorJane commented Mar 18, 2019

Hi both! @mvillasante which git command do you run to get that error message?

@mvillasante
Copy link

mvillasante commented Mar 18, 2019

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

:|

@xorJane
Copy link
Contributor

xorJane commented Mar 18, 2019

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 git push to add your changed files to your fork, and submit a PR that compares your fork to the origin.

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).

@mvillasante
Copy link

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.

@NHDaly NHDaly added the help wanted Extra attention is needed label Jan 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants