-
Notifications
You must be signed in to change notification settings - Fork 61
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
embedding a photo from the repo #18
Comments
Hello. Would you be able to copy and paste the code you used? I see the image in your repo, so you should be able to use a relative file path. |
The first line of code you tried |
sure, i'll try -- thanks! |
Oh, I see now! So this error means that some changes were made on GitHub that were not reflected locally. My guess is that it's referring to the photo you added on GitHub. In order for the repos to be the same, you need to pull from the repository on GitHub and then push your changes. If you pull correctly, the photo should be in the same folder as the README.md in your local version of R Studio. Let me know if you have any trouble with this! |
thank you! do I have to create a new project to do this after I copy the code? thanks for your help so far! |
Nope! You should just be able to pull the changes from GitHub to your local repository. |
It is not allowing me to pull the changes? Is git pull not the right command? |
What’s the error message you’re seeing when you run git pull? |
Error: unexpected symbol in "git pull" |
thanks for all this help :) |
Are you using the R console or the terminal tab? If that doesn’t mean much to you, try the git tab (to the right of the environment pane). You can click pull there. |
ohhh I see -- thank you so much! |
hi! I am trying to embed a photo in my markdown file from my repo but I keep getting an error. I've tired multiple paths but I basically keep getting "File lou.jpeg not found in resource path". What should I try next?
The text was updated successfully, but these errors were encountered: