git-bash tag

7 questions


1 answers
461 views
0
GitHub is not accessible from git-bash

The git command on a git bash installed in Windows causes various problems.You can use git --version to verify the git installation.The git clone command looks like this: git clone https://~~Cloning i...

1 years ago

1 answers
72 views
0
Error running pg_dump on git bash: too many command-line arguments

I did the following on the git bash I installed on Windows 10.There will be no response.pg_dump-c-Uxxxx-h xxxx.rds.amazonaws.com-f C:\Users\xxxx.sqlWhen I ran the same command at the command prompt, t...

1 years ago

1 answers
52 views
0
harden with a git push

After cloning, when I try to edit the file and commit add and push, the process stops without asking for the username or password in push.There is no error message or output.What should I do?By the wa...

1 years ago

2 answers
101 views
0
Error after using vim command.

When I type the following command on Git, I get an error that vim is not a Git command. How can I make it work without any errors?When I type the following command on another PC, there is no error. Gi...

1 years ago

2 answers
64 views
0
Windows Command Results Are garbled in Git Bash

When you type Windows standard commands on Git Bash (MinGW), the results are displayed in a literal format.route/? for exampleExample typing Locale settings in Terminal Options do not work.Is there a ...

1 years ago

1 answers
75 views
0
terminal operation in git vscode, how to do after eval

I'm very sorry to those who are kindly commenting on my series of messes, but I'll start over once, around 24:23 (https://www.youtube.com/watch?v=RGOj5yH7evk&t=1511s)Now I don't understand it agai...

1 years ago

1 answers
125 views
0
I want to automatically output the commit ID to the file when I commit.

We are currently using VSCode for Git management.During management, the commit ID is printed as shown in the attached image, but I would like to automatically output the commit ID to a text file at th...

1 years ago

© 2024 OneMinuteCode. All rights reserved.