Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I have a private repo and tried to embed image

![Diagram](https://github.com/someusername/myproject/blob/master/docs/data_dictionary.png)

It's driving me insane that I can display Github logo just fine but not that data_dictionary.png.

Any idea why?

share|improve this question
Can you add where you get the GitHub logo from? – Hydra Feb 19 at 10:30
This would work: ![Diagram](https://help.github.com/assets/help/logo-help-cc8a5cc88bc35f6b6431f4‌​4ac7a1c9bd.png). But I found out the "raw" link would work (raw.github.com). Is that the way to do it? Little annoying because I have to do few more clicks per image. – HP. Feb 22 at 5:22
So I had to link the "raw" link of the image in my repo in order for it to work. – HP. Feb 26 at 8:10

closed as too localized by Al Everett, ChrisF Feb 27 at 23:58

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

Definitely an issue with the private repo as the GitHub bot likely doesn't impersonate your session and permissions. You'll have to talk to the GitHub staff to sort this one out.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.