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

Missing images #4

Open
gdolle opened this issue Jul 13, 2017 · 3 comments
Open

Missing images #4

gdolle opened this issue Jul 13, 2017 · 3 comments

Comments

@gdolle
Copy link
Contributor

gdolle commented Jul 13, 2017

@RogerPaulin images seems missing.

To keep things clean, you can put them there
https://github.com/cemosis/book.csmi.eu/tree/master/images/2017/m1/roger-paulin

@gdolle gdolle assigned ghost Jul 13, 2017
@ghost
Copy link

ghost commented Jul 13, 2017

This message appears when i try to push
remote: Permission to cemosis/book.csmi.eu.git denied to RogerPaulin.
fatal: unable to access 'https://github.com/cemosis/book.csmi.eu.git/': The requested URL returned error: 403

@gdolle
Copy link
Contributor Author

gdolle commented Jul 13, 2017

Yes you have to work from you forked repository
https://github.com/RogerPaulin/book.csmi.eu.git/
and do Pull Request to
https://github.com/cemosis/book.csmi.eu.git/

@gdolle
Copy link
Contributor Author

gdolle commented Jul 13, 2017

Fork the repo (github button).
PS: You can delete the forked repo from your account and recreate the fork to be up to date later.

Then clone it

git clone https://github.com/RogerPaulin/book.csmi.eu.git/

Edit your repo and push your change.
To update from the server you do usually

// up from your repo
git pull origin master 

to be up to date from cemosis repo, add a first a new remote named "cemosis" (instead of origin)

git remote add cemosis https://github.com/cemosis/book.csmi.eu.git/

then pull from cemosis repo

git pull cemosis master

Then you can proposed a "Pull Request" from your github repo.

// up your fork repo from cemosis
git pull cemosis master

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

1 participant