427 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
61
views
How do you configure GitKraken to use VS2022 as its external editor?
I can't figure out how to configure GitKraken to open VS2022 and pass to devenev.exe the solution file or repo path.
Configuring the External Editor as <Custom> and adding the path to to devenev....
2
votes
0
answers
55
views
Can you set file extension association for syntax highlighting in GitKraken?
GitKraken recognizes certain file extensions, and colors the code text appropriately. However, some lesser-used or outdated types got no attention. For example, I have a git repo with VB6 code, and a ....
-2
votes
1
answer
168
views
Git/GitKraken doesn't recall changes to files AND changes that fix it - how do I fix it?
I recently updated from GitKraken 8.x to 11.x (it's been years since I installed it and never needed a new feature until now)
Now it seems that none of my changed files are being recognized by Git (...
0
votes
0
answers
39
views
GitKraken gets hung on the end of cloning repo
On GitKarken Desktop, when I clone a repo it'll download until it gets to the end and then it just hangs there and doesn't finish cloning. It just doesn't seem to fully download 100% of the project ...
0
votes
0
answers
60
views
In GitKraken, when comparing against working directory, is there any way to get a writeable editor?
I have a stack of commits that I think I am ready to merge to main. I can easily right click on "origin/main" and select "Compare commit against working directory". This gives me a ...
0
votes
1
answer
121
views
Bitbucket issue with git pull
So here is my situation... I have code that is stored on our local BitBucket server. The repo in particular is one only I work on. My last update to this code was back in May (and everything worked ...
0
votes
0
answers
38
views
GitKraken shows empty screen after changing CPU
When I changed my CPU from i5-4440 to i5-12400F and reinstalled Windows 10 Professional x64, GitKraken doesn't work correctly - nothing shows in screen.
empty screen
I reinstalled it, tried various ...
0
votes
1
answer
37
views
The file is not visible even though I changed the branch using Gitflow
I cloned it again and set up Gitflow to change the branch from main to development, but the file is not visible.
After deleting the file, I cloned it again and set up Gitflow again, but it was the ...
0
votes
1
answer
125
views
gitkraken conflicts prevent checkout
I am using GitKraken and am currently trying to change from the feature branch to the develop branch, but an error saying conflicts prevent checkout. What should I do? It has currently been merged ...
1
vote
1
answer
347
views
GitKraken issue when checkout with submodule
I have a problem when I checkout from one branch to another in a repo containing git submodules.
For example:
parent-repo (branch master)
.
├── test.txt
└── README.md
parent-repo (branch develop)
.
├─...
2
votes
0
answers
167
views
GitKraken: Fetching pull requests failed. Remotes changed during action
In Gitkraken this error keeps popping up whenever we do a pull or fetch: "Fetching pull requests failed. Remotes changed during action".
Not sure where to look. Gitkraken's error messages ...
2
votes
2
answers
2k
views
Is there any options to push the protected info?
First, I don't know whether Git Kraken blocks it or Github blocks it.
If it's caused by Github, is there any way to push this file?
I am creating the website with OAuth2.0 in a group, so I need to ...
1
vote
0
answers
56
views
GitKraken Not Recognizing LFS - The Pathways appear consistent but I do not see it
I've some experience with Git Kraken, but am working on a video game mod that uses LFS. The paths seem correct - it is C\Program Files\Git LFS. Nevertheless, GiKraken is not recognizing the LFS in ...
2
votes
1
answer
481
views
How can I merge these two branches?
First of all, I just started to learn git.
I want to merge the red branch into the others, but there is no merge button.
In fact, essentially, I don't know why they are seperated.
0
votes
0
answers
176
views
GitKraken error - clone failed - early EOF fatal fetch-pack invalid index-pack output
Anyone know the reason for this GitKraken error I am getting? It started happening out of nowhere, and is intermittent. The clone sometimes works, sometimes fails. The remote end is GitHub.
(...