Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [github]

GitHub is a web-based hosting service for software development projects that use Git for version control. Use this tag for questions specific to problems with repositories hosted on GitHub, features specific to GitHub, and using GitHub for collaborating with other users. Do not use this tag for Git-related issues simply because a repository happens to be hosted on GitHub.

0 votes
0 answers
6 views

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 p@CND:~/workspace/build-scripts$ git push -f origin dunfell/rsbc Total 0 (...
preetam's user avatar
  • 1,555
0 votes
0 answers
3 views

Github actions job being cancelled due to (likely) concurrency issues?

Here is my workflow file: name: Run Tests on: push: branches: - main - 'dev' - 'unstable' jobs: run-unit-tests: concurrency: ...
notacorn's user avatar
  • 3,889
0 votes
0 answers
3 views

How can I get the dates when a card was moved between any columns in a GitHub projectV2 using GraphQL API?

Since we don't have a way to trigger any event when a card changes columns on a ProjectV2 board, I'm trying to get those dates from the API so I can update the issues with custom fields. My goal is to ...
Daniel's user avatar
  • 800
0 votes
0 answers
3 views

Automatically deploy from GitHub to cPanel

I want to set up automatic deployment from GitHub to cPanel whenever I push code to GitHub from VS Code, but it is not working. I have successfully set up manual deployment from GitHub. However, I ...
Indra Basnet's user avatar
0 votes
0 answers
8 views

Show CI/CD Status overview of all repositories

I created a GitHub Organization with 10 Repositories. Eeach of them has own CI/CD GitHub Actions Pipeline. The Problem is, if something not work on staging, I need to open each repository manualy and ...
Tristate's user avatar
  • 1,691
0 votes
1 answer
17 views

The curl to github failing with ssl error

On Oracle Linux 9 we are developing a script to fetch rpm keys and other files from github. When doing rpm import of the key or curl to github we are getting an SSL error. curl -vvvv https://github....
Teodor Mysko's user avatar
0 votes
0 answers
9 views

How to Insert Text with Background Images and a Gallery in GitHub README with a Three-Column Layout?

I'm working on my GitHub README and I want to insert an image gallery alongside text with a background image. My goal is to achieve a three-column layout that includes text with a background image and ...
Farley Runkel's user avatar
-2 votes
1 answer
36 views

Github git add . && git commit -a -m “3333” && git branch -M master && git push -u origin main

I have maid the change [master 8dbe8df] “3333” 1 file changed, 1 insertion(+), 1 deletion(-) Everything up-to-date This shows up on the terminal on mac. But nothing has been updated to my github. ...
chichi's user avatar
  • 3,096
0 votes
0 answers
29 views

solve this Github push command issue? [duplicate]

Every time while pushing my code on Github in a repository I have to generate a token before git push origin master command and if I directly try to push by entering my password I see this message ...
parantap bhardwaj's user avatar
1 vote
1 answer
19 views

Unable to publish Reactjs Website on GitHub Pages: Error 404

I am creating a website using ReactJS and am trying to publish on github using github pages. However I am having issues: I've seen all 404-related questions here with no luck. My package.json: { &...
Hamza Kamran's user avatar
-1 votes
0 answers
11 views

Is there a way to delete security logs on GitHub?

I was just wondering if there is any way that I can delete security logs on GitHub for my own Private account on which I only have private repositories that are shared with nobody. Is it possible at ...
Anson Trapani's user avatar
0 votes
0 answers
12 views

In Cryptography KAT tests how to use SHA256 correctly?

I got a project on github which I want to use for a school project and all relevant data for the question is in the "KAT" folder. However, I got 1 problem. It contains .rsp1 files with the ...
isjsjaja uucusa's user avatar
0 votes
0 answers
10 views

GitHub Actions Self-Hosted Runner Build code

I have following that needs to be executed through a self-hosted runner. MSBuild HelloWorldCustomRunner.sln /property:Configuration=Release /t:Clean;Build I keep getting the below error: Build is not ...
Nesan Mano's user avatar
  • 2,126
0 votes
1 answer
22 views

Using the GitHub Repository as a Gradle Dependency in Android project

I have forked a project from github, modified it and now I want to use my modified version as dependency in my project. Like this: implementation("com.github.my_user_name:library_name:master-...
code_dude's user avatar
  • 1,061
0 votes
1 answer
10 views

Trying to add a gitlab repository to my github

I've been trying to add my gitlab repositories to my github account, but I can never finish the process. What I've done was to create an empty github repository, and set it as a remote for my local ...
Maria Rabelo's user avatar

15 30 50 per page
1
2 3 4 5
3893