-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Expected Behavior
$ git clone -v --branch production https://gitlab.foo.com/dev/tc/bar-frontend.git ./bin/widgets/tmp/bar
Cloning into './bin/widgets/tmp/bar'...
POST git-upload-pack (398 bytes)
POST git-upload-pack (gzip 2312 to 1132 bytes)
remote: Enumerating objects: 7449, done.
remote: Counting objects: 100% (28/28), done.
remote: Compressing objects: 100% (28/28), done.
remote: Total 7449 (delta 0), reused 0 (delta 0), pack-reused 7421
Receiving objects: 100% (7449/7449), 3.93 MiB | 4.25 MiB/s, done.
Resolving deltas: 100% (5066/5066), done.
Actual Behavior
$ git clone -v --branch production https://gitlab.foo.com/dev/tc/bar-frontend.git ./bin/widgets/tmp/bar
Cloning into './bin/widgets/tmp/bar'...
remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password.
Steps to Reproduce the Problem
- Try to run a script with
git clonecommand on Windows 10 - It will hang on
git clone - Ctrl+C will show the error about denied access, which doesn't make any sense, as running the same
git clonecommand from cmd works flawlessly
Specifications
- Version: newest (7.2.0)
- Platform: Windows 10
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels