
Bug
Hi, I am trying to publish a simple React app to github pages. There is a single index.html file and a build dir containing some supporting js and css files. I created a …
Read moreFinally I figured it out. The ref to build/* are wrong.
After changing from
<link rel="stylesheet" href="/build/style.css">
to
<link rel="stylesheet" href="build/style.css">
and republishing, the…
Read moreQuestion
I tried to change my domain on github page.
However, DNS Check in Progress failed.
Please help me.
Thanks.
Question
Dear Community,
I am a new user and am encountering issues trying to push some code to remote:
I am following the below tutorial on how to interact with git on windo…
Read moreQuestion
basically, as the title says
Is it possible to have a private repository that can have it so other members can't edit it(only the owner)
note: I don't wanna use orga…
Read moreI searched but could not find a post about this. In any case I want to apologize if I'm duplicating a thread or posting it in the wrong place.
Anyway, I use GitHub Desktop and I have a few cloned r…
Read moreQuestion
Can we add discussion to any repository?
Question
I've been trying to make a github pages website but it doesn't work, I don't know why :<
Hi @zackgreen16,
in which repository you are facing that problem. You can your repo link.
And also, Can you specific more about the details of what you want? For better understanding
I just set up 2FA for my Github account using the Microsoft Authenticator app.
I'm trying to set a fallback SMS number, but it's not working. I click on"Add Fallback SMS Number" on this page:
Read moreBug
Kub.uz
Hello team, I was wondereing if you can help my out to figure out a problem I have to push a commit to a PR with github actions, currently I need to evaluate if a path was affected every time a com…
Read more