Why Github code file is not showing fully - github

I am trying to open a github repository but it is showing only partly. The link to the repository is here. I opened it yesterday and it has been showed fully but I am trying to open it since morning and it is not rendering properly to me. I have checked my Internet connection and it is perfect. Any suggestions. I am in desperate need. Thanks in advance
the image shows that the repository is visible upto here.

Related

How do I test someone else's code from Github?

I'm on my very second project on Javascript and I came across several people's codes on Github. I'd like to give them a test run to understand how they work. How or what is the best way to go about testing the code?
When you open a repository in GitHub, there's a Green "Code" dropdown menu in the repository page (see screen shout).
You can use this menu to clone\download the repo to your local computer and play with it

Code formating is broken for one of ouer projects but only on github

I noticed in a pull request from a colleague the formatting was off, we dobbel checked his local repo and all looked ok on his end.
I tried doing a small change pushed and still same issue, anyone seen anything like this?
File open in vs2022
Same file at github
one more exsamlpe same repo,, diffrent random file
template code seems to use tabs, and all the lines we have touched comes with .... (4spaces)
this seems to break on the github side. case closed.

github pages is not working anymore for me

I used to use Github pages to get a live demo for any finished project I pushed to GitHub and it was working properly and now it is not working every time I go to the repository setting and to pages I change the branch from none to main and the save button is not clickable on any new repository I have created recently I asked on the Github community and did not get any solution for this problem so, please help me solve this problem
enter image description here
enter image description here

Cannot Edit in read only editor Codesandbox

I am trying to use codesandbox by importing the github repository. I am not able to edit the contents of the package.json file. It says cannot edit in ready only editor. How to solve this error?
step1: Ctrl+save
step2: Refresh the webpage from the web browser.
That's it. You are good to go now.
You can't even edit any other files for github repository. You can fork that codesandbox and then edit.
I also met that kind of situation and it worked after fork.
In my case, I just went back to the Dashboard, and re-opened the sandbox. Then I was able to edit it like usual. However, I did notice that the GitHub linkage was gone then.
If you go to the Dashboard in CodeSandbox you can re-open your code from there. After opening your code, click on the Github icon. You can see the option to Export to Github, and you can see how many changes you have made.
But if you open your code from the link on Github you will be in a read-only editor mode.
If this is the first time to open the code in CodeSandbox (for example, you are viewing somebody else's code) then you have to fork it in order to edit it.

Check-in using GitHub

I am checking out code using GitHub client for Windows. When I press "clone" button in browser, it looks like I have a local copy. However, there are a few files that GitHub is asking me to commit. Now, I have not even made any changes to anything on my local. So why is it asking me to "commit"?
Can anyone tell me why I am facing this problem. Also, are there any good GitHub tutorials to follow?
Thanks in advance,
There is a great github tutorial here, that should get you started with the basics: http://rogerdudler.github.io/git-guide/.