Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
133 views

I cannot get GitHub Desktop to sign off commits despite having it work fine from the command line by default. GitHub reports "The email in this signature doesn’t match the committer email." ...
David's user avatar
  • 11
0 votes
1 answer
70 views

After i commit my unity project on to github, all the gameobjects loose their assets. It looks like the asset id's change. asset id's changing I have checked my gitignore and it looks identical as the ...
honzanugeta's user avatar
0 votes
1 answer
231 views

So I am using GitHub Desktop with a Git repository on Azure. I have cloned the remote repo. I create a new branch based on the master. I publish the branch to the remote. I add a file. I commit those ...
Paul's user avatar
  • 1
1 vote
0 answers
39 views

I have nearly 40 cloned repositorises from github.com in my github-desktop app. Today for some reason, I opened /snap folder and executed github-desktop binary directly ...it opened but shown "...
LinuxisLove's user avatar
0 votes
1 answer
319 views

The error specifically is the push operation including files which exceeds GitHub's file size restriction of 100MB. Solution.VC.db, Browse.VC.db are the main files plaguing and preventing a commit as ...
Liam McGuire's user avatar
0 votes
1 answer
256 views

i have a simple question. I currently have all my repositories under this path (Windows 11): C:\Users\<user>\Documents\Guthub\ what I want to do is simply to move the GitHub folder to: C:\Github\...
Francesco's user avatar
0 votes
0 answers
68 views

I am confused by how logging out and logging into a new/fresh account in Github Desktop works. I made a new one for scripts that are only for my institution, not my private account. I signed out and ...
J.Doe's user avatar
  • 534
1 vote
1 answer
402 views

I'm running a project on a team of 32 people. We are all using GitHub desktop. When I setup the repository, I set up GitLFS. Do all 32 people using GitHub Desktop need to install and run the ...
Xyna's user avatar
  • 11
0 votes
2 answers
3k views

I get this error when I try to fetch or when I try to switch branches. Everything I have read online says that I need to delete the index.lock file in the hidden .git directory in my repository. The ...
Scooter's user avatar
  • 4,156
1 vote
2 answers
458 views

I need to use 2 different instances of GitHub Enterprise. (N.B. I'm not using GitHub.com at all). GitHub Desktop only seems to allow me to be logged in to one instance of GitHub Enterprise at a time. ...
Chris's user avatar
  • 409
0 votes
0 answers
75 views

I am using the latest version of GitHub Desktop. I am trying to ignore some files like .pdb, .dll, and other unnecessary files, but these files are still being added to the commit changes list. The ...
Swati's user avatar
  • 31
8 votes
3 answers
1k views

When i commit changes via Github Desktop, pre-commit cannot handle the changes and commit them but overwrites all other stages changes (the once i didn't intent to commit now) by its improvements. ...
Ramon Droop's user avatar
0 votes
1 answer
74 views

When I install JetBrains PhpStorm Early Access Program (e.g. PhpStorm 2024.2 EAP) in my WIN11 it is not showing up in GitHub Desktop's External Editor's List.
MILAN SAHANA's user avatar
1 vote
1 answer
2k views

I am trying to add a second GitHub account to GitHub Desktop. I'm able to add a second account to github.com and easily switch between them, but there doesn't seem to be a simple way to do this in the ...
Laser's user avatar
  • 21
5 votes
3 answers
3k views

I have been seeing several users have problems signing with github dektop, I had these two errors gpg: error running '/usr/lib/gnupg/keyboxd': probably not installed gpg: failed to start keyboxd '/usr/...
Eduardo Castro's user avatar
0 votes
1 answer
141 views

I have a GitHub repository that is out of sync with the code on my desktop (see attachment 1). So I need to push my desktop code to GitHub. I found this article: https://www.theserverside.com/blog/...
Glyn's user avatar
  • 2,015
1 vote
0 answers
31 views

My .git folder is corrupted, Github Desktop detects that repo is new. I was searching about how i can push the new changes i found this command git push -f origin master. I executed it by mistake, it ...
H y p e r's user avatar
0 votes
0 answers
60 views

Here is the error message I got whenever I hit commit button on Github Desktop Running ktlint over these files: AnkiDroid/src/main/java/com/ichi2/anki/AnkiActivity.kt AnkiDroid/src/main/java/com/ichi2/...
Avanish Yadav's user avatar
0 votes
0 answers
41 views

I am having an issue with GitHub Desktop. For some reason, I am able to successfully push my changes to my remote origin but each time I do, I get this error message, telling me it was unable to fetch ...
Andrea Cuevas's user avatar
0 votes
1 answer
288 views

We're currently having a revamp of our website, therefore we created a new branch revamp from main. Everybody does their changes in the revamp branch. Now following scenario happened: Monday: My ...
Boris's user avatar
  • 609
0 votes
1 answer
137 views

I am encountering challenges in resolving conflicts in my React Native project using GitHub Desktop and VSCode. I worked in a branch fonts-and-colors that is forked from main. I was going to commit ...
Takodana's user avatar
0 votes
0 answers
28 views

I'm a beginner of github and i'm using github desktop to do git push.Here is the things: I have a repository that didn't use for a year. All the files in the repository are simple different vs project ...
SHENGYU JIA's user avatar
0 votes
1 answer
367 views

I have a docker container that contains a GitHub repository with code that I work on. The code is just inside the container and I connect via VSCode WSL extension to it. Now I want to use GitHub ...
th3_sh0w3r's user avatar
0 votes
1 answer
91 views

I've created a branch from master, made a PR. Somewhere along the line two files src/A/A.tsx and src/a/A.tsx made its way into the remote repo before I turned on git's case sensitivity. I removed the ...
saner's user avatar
  • 458
-1 votes
1 answer
1k views

I am a new user to github, if anything, I only know how to log into git. Lately I've been learning React Routing taught by Bob Ziroll on FreeCodeCamp's youtube page and I have gotten to the part where ...
Chidera Lilian's user avatar
-1 votes
1 answer
197 views

I have basic experience with Git - have been working with private projects - but no in-depth knowledge. I am currently in a probation period of joining a company. We have this main Github repo https://...
Petrando Richard's user avatar
0 votes
0 answers
169 views

I have been using GitHub desktop on my computer at work, in which the repositories are saved in a OneDrive folder. I recently bought a new laptop and all my repositories are already available through ...
Joao Pedro Bastos's user avatar
6 votes
1 answer
52k views

I am just trying to install GitHub Desktop on my Windows 7 PC. But it's saying "the procedure entry point DiscardVirtualMemory could not be located in the dynamic link library KERNEL32.dll."...
Niloy debnath Nil's user avatar
0 votes
0 answers
138 views

I'm trying to co-work with my crews on my indie game project by Github. I created unity project and clone repository on github desktop. After clicking the 'Show in Explorer' button next to the 'View ...
Asios's user avatar
  • 33
2 votes
1 answer
889 views

I have a branch named Test-Parent. I have created Test-Child branch from Test-Parent. I pulled the Test-Parent branch in my GitHub Desktop and created a file TempFile.txt and pushed. I need to rebase ...
वरुण's user avatar
  • 2,005
2 votes
0 answers
466 views

A message about initializing Git LFS (see below) comes up when using GitHub Desktop to clone a repository that has previously used Git LFS. How can I remove this message? This repository uses Git LFS. ...
Joshua Shew's user avatar
  • 1,061
-1 votes
1 answer
389 views

Im seeing a number as shown below on my branch in GitHub desktop, here: I do understand that if your branch is behind the remote branch you would get down array here in this section with number of ...
Naseer Mohammad's user avatar
0 votes
1 answer
562 views

I have conda and GitHub Desktop installed in my PC, and would like to fork an existing repository (Python package) from GitHub, clone it with GitHub desktop to my own PC and work on it (developing and ...
Miguel Gonzalez's user avatar
0 votes
0 answers
23 views

Ultimately I want to have my projects on another system and keep working from where i left off as usual (by coping folders not by reclonening them). My Git project were saved on cloud. I copied my all ...
user2102266's user avatar
0 votes
2 answers
903 views

Been stuck on this error for a while. I can't seem to figure it out. Any ideas out there? This occurs when I try to commit changes to a feature branch. I can however, commit from the command line.
Yesauir's user avatar
  • 33
1 vote
1 answer
100 views

I use the git pre-commit hook to run an autoformat-script format-src.sh that is based on clang-format. Some developers use github-desktop where it is not easy possible to install the clang-format ...
MaxM.'s user avatar
  • 71
10 votes
0 answers
4k views

Suddenly some of my git repos are failing with fatal: mmap failed: Operation timed out on executing git cli commands. I was using github desktop , have been working on multiple branches on the repos. ...
saurav's user avatar
  • 6,076
0 votes
0 answers
100 views

Im trying to clone a repository I created a few days ago but I keep getting this error Untracked working tree file '._.git' would be overwritten by merge. it also says the the clone was completed but ...
MIM's user avatar
  • 5
0 votes
1 answer
487 views

I have read over 20 posts of an error running the code in .py file, but I still cannot get it running. I got an error like import requests Traceback (most recent call last): File "", line ...
FastBoi's user avatar
  • 163
1 vote
1 answer
319 views

I´m developing a project using github and visual studio github extension. I uploaded a running version of the code and keep on developing In the meanwhile, some other coder updated the git files with ...
javirs's user avatar
  • 1,120
0 votes
0 answers
3k views

I keep my git repositories locally ( created them using git init --bare ) After Windows reinstall, and trying to add existing repositories in GitHub Desktop and SmartGit, for certain repos I get these ...
buga's user avatar
  • 1,382
1 vote
1 answer
352 views

i can add folders in gitignore with [] names i have folder wit this names [exampel] / [example2] / folder / file.lua in github desktop when i want to gitignore this file right click and gitignore ...
Mohammad Saadati's user avatar
1 vote
2 answers
10k views

I just added my repository to vscode source control (using the Initialize repository button) and it now says I have 1800 changes. In Github Desktop it correctly shows two changed files. What should I ...
1.21 gigawatts's user avatar
0 votes
2 answers
948 views

I am using GitHub Desktop on a Mac with Beanstalk as my remote git repository server. I have a project with Main, Dev, and Dev-phpunit-baseline branches. Main is production-ready, Dev is branched from ...
JohnG's user avatar
  • 439
2 votes
1 answer
2k views

When trying to squash merge 3 commits in GitHub Desktop, I was warned with the following error message: Unable to squash. Squashing replays all commits up to the last one required for the squash. A ...
Paris Geis's user avatar
0 votes
1 answer
279 views

I have a python project running in a virtual environment (created by poetry). pylint is installed only in the virtual environment, not in the base. pylint works well in the venv from command line, via ...
Robert Alexander's user avatar
0 votes
0 answers
235 views

The repository from the GitHub desktop is deleted, where I had few stashed changes which were never dropped. I'm unable to restore them since even the .git folder is lost. But I have logs from past ...
anony's user avatar
  • 1
0 votes
1 answer
154 views

I'm new, reaaaally new to github, not familiar at all, just created an account (by watching one old youtube tutorial). And this is my first time here too. Also, english isn't my first language, so I'm ...
Bruna G's user avatar
-1 votes
1 answer
2k views

I've got a pretty simple repository made up of a frontend folder in which I have a react app, and a backend folder that is mostly empty for now. Every few minutes, regardless of whether or not I make ...
double-dash-deli's user avatar
1 vote
1 answer
1k views

When I tried to push to remote repository using GitHub Desktop Application, it stuck on Pushing to origin. How to solve this? I tried reinstall but that does not fix the issue.
Dinuka Dilshan's user avatar

1
2 3 4 5
8