Skip to main content

All Questions

Tagged with
0 votes
1 answer
28 views

Elevated VS2022 creates folders with Admin owner instead of user account and causing problems for GIT

All the time I am running Visual Studio with elevated rights to access Windows 10 services and this works fine. However, once I clone new GIT repository the VS creates folders with wrong owner which ...
btomas's user avatar
  • 411
0 votes
0 answers
44 views

Git add: Error No such file or directory and unable to index MainActivity.kt

Using Flutter Windows 11, checked that file 'MainActivity.kt' exists in the proper path yet while using git add . for first commit to repo, got errors: warning: in the working copy of '.metadata', LF ...
Jagadish's user avatar
  • 1,114
-1 votes
0 answers
34 views

Git clone on windows opens up browser for Authentication. Where as in MacOS, it will request for username and Access token

I used to primarily use windows but had to shift to MacOS due to platform restrictions. My work usually involves Cloning repos from different accounts. While I am on Windows, its easy to do so as the ...
Divyanshu Alok's user avatar
1 vote
1 answer
60 views

How can I fix conflicting symbols between git and powershell?

When I’m specifying gitrevisions in pwsh (eg HEAD@{3}), I have to conditionally remember to surround the gitrevision with quotes. If I don’t, it treats “@“ as an array sub-expression operator. Example:...
Qubitz's user avatar
  • 13
0 votes
0 answers
32 views

Git error message There is no -F option ("less --help" for help)

git version 2.45.0.windows.1 Windows 10 Enterprise I have recently experienced a weird behaviour with my git installation. Suddenly i got git not recognised as external or internal command when keying ...
secuaz's user avatar
  • 469
0 votes
1 answer
205 views

Solution to the gpg problem on github desktop?

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

Local Git Repository is locked after pulling from fork

I tried for the first time to pull the Unreal Engine 5 repository from github (specifically the ue5-main branch which is the "dev" branch). I made a local branch of it called katianie-ue5-...
Katianie's user avatar
  • 609
1 vote
2 answers
86 views

Cannot use command substitution inside Git Bash on Windows: "bash: command substitution: line 1: syntax error near unexpected token `)'" [duplicate]

In a Bash terminal on Linux, this works fine: # define some bash func foo() { echo "foo" } # Back up your system's default PS1 prompt 1 string, which controls the prompt # output if [ -...
Gabriel Staples's user avatar
2 votes
1 answer
42 views

Inconsistant case in naming git branches causes message on fetch

Using git for windows and git bash, everytime I fetch my repository, I have - [deleted] (none) -> origin/Bug/aabbcc * [new branch] bug/aabbcc ...
sayanel's user avatar
  • 364
0 votes
1 answer
90 views

vscode bash commandline on Windows: fatal: unable to access 'C:\Users?serABC/.config/git/config' : Invalid argument

I am developing a Python Django api and I have struggled with auto activating my virtual environment for my repo. I have had to manually initialize it. I restarted my visual studio code and when I ...
afriedman111's user avatar
  • 2,231
-3 votes
2 answers
194 views

im trying to install pip install git+https://github.com/openai/whisper.git into the command prompt but it does not work from whisper AI and im stuck

in whisper ai i am trying to put this code into command prompt pip install git+https://github.com/openai/whisper.git and it does not work it just tells me this ERROR: Error [WinError 2] The system ...
Israel Barrios's user avatar
0 votes
1 answer
34 views

Change route color in terminal

Does anyone know how I can have that colored background in my routes, in the github branch and the icons. I currently use the Hyper terminal with the dracula theme Terminal currently: For example:
nandofer's user avatar
0 votes
0 answers
1k views

Received http code 403 from proxy after connect

We have a pipeline which builds applications in a windows server. Problem While it has been working normally, yesterday there started to have the “received http code 403 from proxy after connect” ...
w97802's user avatar
  • 119
2 votes
2 answers
59 views

git repo has two folder paths that are the same with exception of case. How to fix?

I'm working in an environment where a dozen or more devs have been working in the same repo over the last few years. We have had a couple of cases where in parallel development of feature branches, ...
MikeA's user avatar
  • 95
0 votes
1 answer
54 views

Will uninstalling git bash also uninstall my WSL git?

On my windows machine I have been using git bash in order to run git commands. However, today I had issues with large file names. I therefore want to use WSL from now on, and I do not want to make the ...
Dylan Dijk's user avatar

15 30 50 per page
1
2 3 4 5
186