Questions tagged [github]
Git repository hosting service - May be better on Web Apps or Stack Overflow
511 questions
0
votes
0
answers
6
views
Why do I not get Github notifications? [migrated]
When I create issues on GitHub repos, I do not get email notifications from GitHub upon comment or update, even though bottom right corner shows me as Subscribed and in my account settings I have my ...
0
votes
1
answer
96
views
How can I return a GitHub Copilot-created pull request to Copilot after adding review comments so it can work on the requested changes?
I started playing around with the Agent Task system on the GitHub website.
After GitHub Copilot creates a pull request, how do I provide feedback or comments so that Copilot can update the pull ...
0
votes
0
answers
161
views
installing Anonsurf - gtk on debian 13 (trixie)
I have been trying to install Anonsurf-gtk on Debian 13 trixie, for some hours now, I have looked far and wide and have not found any sort of official github repository or any source on parrotsec ...
12
votes
1
answer
1k
views
What will happen when a pull request includes changes to ignored .gitignore?
I have a GitHub pull request that includes some changes I want, but it also includes a .gitignore file. But I don't want anybody to change what's in my .gitignore file because it includes some things ...
0
votes
1
answer
252
views
Why can’t I connect via SSH to GitHub on Ubuntu 24.04?
I am setting up a new Ubuntu LTS 24.04 server to take over as my Laravel host. Working on the connectivity of this new box with GitHub, but I am in a tangle. I created a ssh key with ssh-keygen -t ...
0
votes
0
answers
70
views
How to Properly Combine TLS/SSL Certificate Chain for GitHub Enterprise Server?
I need to update the TLS/SSL certificate on my GitHub Enterprise Server. I have received the following certificates:
DigiCert Global Root G2 (Root certificate)
GeoTrust (Intermediate certificate)
...
0
votes
1
answer
163
views
Number of commits in a Pull request for a repo
If I do 20 commits in a Pull request in a repo and then that pull request gets merged, will my commits (as a contributor to that repo) be counted as 20 for that repo or 1 (as one pull request was ...
0
votes
1
answer
114
views
Understanding setup tenk [closed]
I have watched the video:
https://www.youtube.com/watch?v=
and I am trying to understand.
0
votes
1
answer
173
views
Unable to push to personal fork of private repo? Error 403
I have a user who has write access to the base repository, the user has forked the repository, and has then cloned the repository. After making changes and committing them locally, when they try to ...
0
votes
1
answer
68
views
How do add a group of files that already exist on my local system to a new GitHub repository?
Background:
I started work within VS Code to create a windows app in C++ on a different operating system (Linux Mint, cross assembling to create a Windows dialog application - a checklist with a "...
2
votes
1
answer
86
views
Mystery Github Token
I'm using VSCode Remote to login to a remote Linux host which has a cloned Github repo. The remote is using HTTPS, not SSH.
Somehow, I'm able to authenticate against the repo, with a token that only ...
0
votes
0
answers
62
views
http server for viewing a local git repo in browser with github/gitlab styling
is there any tool or method to start a http server for local git repo, then i can browser the code or other content in browser with github or gitlab styles?
(for a quick glance/lightweight styling of ...
0
votes
1
answer
367
views
Is it still necessary to specify "defaultBranch = main" in Git configuration?
I remember that a few years ago, Git used 'master' as the default branch name. However, I no longer have any projects on my GitHub profile that use 'master.' All my projects are now created with 'main....
0
votes
2
answers
211
views
git doesn’t obey to my IdentityFile configuration
Preamble
Basically, I followed the recommendations in this other tread.
The situation
I have in my ~/.ssh/ two keys. id_dsa_git (the one I use for github) and id_rsa.
So, when I try to connect to ...
0
votes
1
answer
70
views
Tar extract doesn't work on Zip repos with submodules [closed]
Tar extract doesn't work on Zip repos with submodules:
curl -L https://github.com/org/repo-with-submodules/archive/refs/heads/main.zip -o ~/Downloads/repo-main.zip
tar -xvf ~/Downloads/repo-main.zip -...