Skip to main content

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
13 views

Publishing ASP.NET using Github domain

I have designed a website (static page) created using ASP.NET MVC. The files are edited in Visual Studio 2022. I am planning to have the website in github. However, it may not be straightforward to ...
Qing Hong Boon's user avatar
0 votes
1 answer
24 views

How do I set up github personal access tokens to access a third party repository?

I have an old repository that is not owned by me, that I have access to. I haven't used it since before personal access tokens. Nor has the owner of the repository, so my access should still be there. ...
ThoughtfulHacking's user avatar
0 votes
0 answers
11 views

Review PR in Android Studio and cmd+click around, it is unclear which version of the file is presented

I'm trying to use the PR review option in AS for the first time. I click on a PR #217 and look at one of the files. [![enter image description here][1]][1] I then cmd+click on a param to see usages ...
Alon's user avatar
  • 693
0 votes
0 answers
10 views

Supabase logging in is too slow for Nuxt

I am making a simple Nuxt3 and supabase app that simply handles authentication through GitHub. My goal was to have middleware in place to protect pages from users that weren't signed in but when I had ...
Tyson Chicken's user avatar
0 votes
2 answers
17 views

How to remove branch name from files downloaded from github

I have a repository on github for a mod for a game, some of the contained files are config files, which need to be at a very specific file path to work properly. When you download from the repository (...
jhon ZZetho's user avatar
0 votes
0 answers
15 views

Cant push or commit to github repo using visual studio git

I set up my ssh and stuff, I set up my key and it shows as correct on github. When I cloned the repo it worked, but when I try pushing, nothing happens, and when I get: Git failed with a fatal error. ...
Jgott933's user avatar
0 votes
1 answer
12 views

How to check if a GitHub action is running in a public repo or a private repo?

We can get various variables in GitHub actions like github.event.repository.default_branch for getting the default branch. Is there any field in github object that can be used to determin if the repo ...
Techno Verse's user avatar
0 votes
0 answers
10 views

Issues with GitHub Repository Not Being Computed in SonarCloud

I am a beginner with SonarCloud and I am facing an issue where my GitHub repository is not being computed in SonarCloud. Despite following the setup instructions, my code analysis is not being ...
Sam Stephen's user avatar
0 votes
0 answers
14 views

Object moved to here Error in ASP.NET after github cherry pick

I am facing this issue of "Object moved to here." after I did cherry pick from previous commit in git from visual studio. Then I got conflicts and I selected the current versions of the ...
itachi's user avatar
  • 13
0 votes
0 answers
12 views

how to list an Organization or a repo under Top repos?

first image i wanted to add Glob-Educate in the List under Top Repositories ! second imge thanks for help !? tried to star the Glob-Educate and also adding some Repos in it, but still did not work. is ...
Contactme's user avatar
1 vote
1 answer
37 views

Git filter-repo not removing file from commit history

I realized today that a week or so ago (and about 10 commits ago), I accidentally committed a (mildly) private file to git that should not remain in my git commit history. I decided I would use git ...
Ben Vessely's user avatar
0 votes
0 answers
15 views

Installing GitHub Copilot CLI on WSL

I'm trying to install GitHub Copilot CLI on my Windows laptop, but I'm using WSL on my terminal. When I run this command: npm install -g @githubnext/github-copilot-cli, I encounter issues. I have ...
amr khaled's user avatar
0 votes
1 answer
16 views

Can I prevent a GitHub Pull Request from being created when the selected target branch fails a GitHub Actions workflow?

I have a branch name validity check GitHub Actions workflow that is intended to prevent PR's from merging when the target branch is incompatible with the source branch name. For example, if my target ...
Woldie's user avatar
  • 1
-1 votes
1 answer
43 views

How do make a custom command to be executed directly from a folder using bash

I want to create a custom command that executes a bash script when a use types it in the terminal. So for example when they type in project setup it executes the setup bash script and then they can ...
Caden's user avatar
  • 23
-2 votes
1 answer
64 views

How do I restore project files after doing rm -rf git*? [closed]

I am brand new to using git. I was trying to set up a static website on github using git commands due to the project having a large quantity of files. However, everything I tried did not work so I ...
Majd Katabi's user avatar

15 30 50 per page
1
2 3 4 5
3891