Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fresh installation of text-generation-webui-2.3 missing current branch information for update #6694

Open
1 task done
P1LeFR opened this issue Jan 24, 2025 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@P1LeFR
Copy link

P1LeFR commented Jan 24, 2025

Describe the bug

While running the "update_wizard_windows.bat" script, the operation stops with the following message:

There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

    git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

    git branch --set-upstream-to=origin/<branch> main

Command '"E:\text-generation-webui-2.3\installer_files\conda\condabin\conda.bat" activate "E:\text-generation-webui-2.3\installer_files\env" >nul && git pull --autostash' failed with exit status code '1'.

Exiting now.
Try running the start/update script `again.

Is there an existing issue for this?

  • I have searched the existing issues

Reproduction

Install portable text-generation-webui-2.3 on Windows 11 from the zip file and run "update_wizard_windows.bat"

Check issues and find = [Bug]: I can't update the webui #3921, but this applies to git clone or git pull, not for installations from the portable text-generation-webui zip file.

This may be related to the portable zip installation method, where the current branch and the branch to merge/update may not be properly defined.

Screenshot

No response

Logs

What would you like to do?

A) Update the web UI
B) Install/update extensions requirements
C) Revert local changes to repository files with "git reset --hard"
N) Nothing (exit)

Input> a


*******************************************************************
* Updating the local copy of the repository with "git pull"
*******************************************************************


remote: Enumerating objects: 20024, done.
remote: Counting objects: 100% (129/129), done.
remote: Compressing objects: 100% (72/72), done.
remote: Total 20024 (delta 88), reused 69 (delta 57), pack-reused 19895 (from 3)
Receiving objects: 100% (20024/20024), 29.08 MiB | 43.54 MiB/s, done.
Resolving deltas: 100% (14265/14265), done.
From https://github.com/oobabooga/text-generation-webui
 * [new branch]        dev        -> origin/dev
 * [new branch]        main       -> origin/main
 * [new tag]           1.6.1      -> 1.6.1
 * [new tag]           installers -> installers
 * [new tag]           snapshot-2023-10-15 -> snapshot-2023-10-15
 * [new tag]           snapshot-2023-10-22 -> snapshot-2023-10-22
 * [new tag]           snapshot-2023-10-29 -> snapshot-2023-10-29
 * [new tag]           snapshot-2023-11-05 -> snapshot-2023-11-05
 * [new tag]           snapshot-2023-11-12 -> snapshot-2023-11-12
 * [new tag]           snapshot-2023-11-19 -> snapshot-2023-11-19
 * [new tag]           snapshot-2023-11-26 -> snapshot-2023-11-26
 * [new tag]           snapshot-2023-12-03 -> snapshot-2023-12-03
 * [new tag]           snapshot-2023-12-10 -> snapshot-2023-12-10
 * [new tag]           snapshot-2023-12-17 -> snapshot-2023-12-17
 * [new tag]           snapshot-2023-12-24 -> snapshot-2023-12-24
 * [new tag]           snapshot-2023-12-31 -> snapshot-2023-12-31
 * [new tag]           snapshot-2024-01-07 -> snapshot-2024-01-07
 * [new tag]           snapshot-2024-01-14 -> snapshot-2024-01-14
 * [new tag]           snapshot-2024-01-21 -> snapshot-2024-01-21
 * [new tag]           snapshot-2024-01-28 -> snapshot-2024-01-28
 * [new tag]           snapshot-2024-02-04 -> snapshot-2024-02-04
 * [new tag]           snapshot-2024-02-11 -> snapshot-2024-02-11
 * [new tag]           snapshot-2024-02-18 -> snapshot-2024-02-18
 * [new tag]           snapshot-2024-02-25 -> snapshot-2024-02-25
 * [new tag]           snapshot-2024-03-03 -> snapshot-2024-03-03
 * [new tag]           snapshot-2024-03-10 -> snapshot-2024-03-10
 * [new tag]           snapshot-2024-03-17 -> snapshot-2024-03-17
 * [new tag]           snapshot-2024-03-24 -> snapshot-2024-03-24
 * [new tag]           snapshot-2024-03-31 -> snapshot-2024-03-31
 * [new tag]           snapshot-2024-04-07 -> snapshot-2024-04-07
 * [new tag]           snapshot-2024-04-14 -> snapshot-2024-04-14
 * [new tag]           snapshot-2024-04-21 -> snapshot-2024-04-21
 * [new tag]           snapshot-2024-04-28 -> snapshot-2024-04-28
 * [new tag]           v1.0       -> v1.0
 * [new tag]           v1.1       -> v1.1
 * [new tag]           v1.1.1     -> v1.1.1
 * [new tag]           v1.10      -> v1.10
 * [new tag]           v1.10.1    -> v1.10.1
 * [new tag]           v1.11      -> v1.11
 * [new tag]           v1.12      -> v1.12
 * [new tag]           v1.13      -> v1.13
 * [new tag]           v1.14      -> v1.14
 * [new tag]           v1.15      -> v1.15
 * [new tag]           v1.16      -> v1.16
 * [new tag]           v1.2       -> v1.2
 * [new tag]           v1.3       -> v1.3
 * [new tag]           v1.3.1     -> v1.3.1
 * [new tag]           v1.4       -> v1.4
 * [new tag]           v1.5       -> v1.5
 * [new tag]           v1.6       -> v1.6
 * [new tag]           v1.7       -> v1.7
 * [new tag]           v1.8       -> v1.8
 * [new tag]           v1.9       -> v1.9
 * [new tag]           v1.9.1     -> v1.9.1
 * [new tag]           v2.0       -> v2.0
 * [new tag]           v2.1       -> v2.1
 * [new tag]           v2.2       -> v2.2
 * [new tag]           v2.3       -> v2.3
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

    git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

    git branch --set-upstream-to=origin/<branch> main

Command '"C:\text-generation-webui-2.3\installer_files\conda\condabin\conda.bat" activate "C:\text-generation-webui-2.3\installer_files\env" >nul && git pull --autostash' failed with exit status code '1'.

Exiting now.
Try running the start/update script again.

System Info

Windows 11 24H2
@P1LeFR P1LeFR added the bug Something isn't working label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant