Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
1 answer
29 views

Pushing a branch from a local repo to a separate clone of the same remote repo on the same Windows machine

I have a Git repository, let's call it Foo, which I have cloned twice on the same Windows machine. Let's call the two local repositories Foo1 (in C:\repos\Foo1) and Foo2 (in C:\repos\Foo2). Now the ...
Simone's user avatar
  • 1,327
0 votes
0 answers
23 views

Cant open files in git repository, error: the following files were specified on the command line these files could not be found and will not be loaded

There were files that I wanted to upload to my git repository via soucetree but I got an error while staging, "file name too long". Then I found a solution online 'git config "--global&...
Rafia Baig's user avatar
-1 votes
0 answers
26 views

Created a github classic PAT but still cannot clone repo with it

I type this command in powershell git clone https://github.com/myusername/myrepo.git I entered my username and PAT I created today so it's valid It says : Logon failed, use ctrl+c to cancel basic ...
user310291's user avatar
  • 37.8k
0 votes
1 answer
29 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
45 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 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
2 answers
238 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
91 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
43 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
  • 372
0 votes
1 answer
91 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,241
-3 votes
2 answers
212 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

15 30 50 per page
1
2 3 4 5
186