Flex your muscles ๐Ÿง ๐Ÿ’ช

ยท

1 min read

Setting up the hackathon repo

While setting up my GitHub, where I go by @100stacks => https://github.com/100stacks, repo for the hackathon => https://github.com/100stacks/1password-passage-hashnode-hackathon.

I came across this error when I pushed an update to the README.

Troubleshooting GitHub Repo Images

This is odd, so I begin by troubleshooting the cover image by uploading it again, and seeing where the issue is.

The second image link renders.

As I continue to troubleshoot the image error, I dropped the image link in a separate browser window. TIP: Typically when troubleshooting these types of rendering errors, I will open the link in different browsers to see what I can rule out.

GitHub Security Features

Originally, I created the hackathon repo as a Private repo, then converted it to a Public Repo. It appears that when I converted the repo to public visibility, I lost access to the image link.

<Error>
    <Code>AccessDenied</Code>
    <Message>Access Denied</Message>
    <RequestId>4AWNBE4E25HZQEW3</RequestId>
    <HostId>
        9N97rbcFk7VA4KSYW5I2nVBfXk7kxn8SLXb161Me59+jy1Z2SwvYOwa6BJ8jmiCEAGy5PTCyK3M=
    </HostId>
</Error>

Keep flexing your muscles ๐Ÿง ๐Ÿ’ช

As software developers, you will come across many opportunities to troubleshoot errors. It's fundamental to our careers. No matter where you are in your career, you will have to flex your muscles multiple times a day, so keep exercising them. ๐Ÿ˜Š

ย