I need to get rid of the compare and pull request from github repo
Getting rid of this repo altogether will not work because I already created wiki pages for it. I need to get rid of the compare and pull request which occurred when I clicked the box to add README.md and it went downhill from there.
Why does Git push causes “error: failed to push some refs to ‘github.com:RSST/build-scripts.git'”?
I’m trying to create a new branch on github repo. I have local branche dunfell/rsbc
and remote branch dunfell/rsbc/release
Github git add . && git commit -a -m “3333” && git branch -M master && git push -u origin main
I have maid the change
How to force git to not do “Connection to github.com closed by remote host”?
I am having a hard time committing my large < 2GB commit.
Accidentally deleted remote branch while trying to rename my master branch to main. Is there any way to restore it?
Recently, while trying to rename my master branch to my main branch on my remote github repo, I mistakenly followed a tutorial. I didn’t read the tutorial thoroughly, and ended up deleting the master branch entirely, without any of the changes ending up on the main branch on the remote.
Directly push to master branch based on Commit Message
I got a release process that looks as follows:
Add git tag, this triggers the release pipeline.
Directly push to master branch based on Commit Message
I got a release process that looks as follows:
Add git tag, this triggers the release pipeline.
GitHub uses my personal account when pushing even though the repo is private and solely my work github account has rights
If I clone using my personal account, it doesn’t work. It says it can’t find the repo. Makes sense, the repo is private and my personal account is not in it.
Git clone stuck and timeout
When i try to git clone any repository (example here from https://github.com/zpqrtbnk/test-repo.git) it get stuck at “cloning into …”
here is the log output ->
i don’t have the problem on other machine connected to the same network/proxy
Github prohibits me from pushing code to my remote fork
I forked a project, cloned it, made changes and tried to push to my fork, in order to do a PR on the original project.