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

[Bug] Issue with fetching latest changes #9

Open
Utkar5hM opened this issue Jan 23, 2024 · 1 comment
Open

[Bug] Issue with fetching latest changes #9

Utkar5hM opened this issue Jan 23, 2024 · 1 comment
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Utkar5hM
Copy link
Collaborator

Utkar5hM commented Jan 23, 2024

2023-11-06 19:28:48.306319 : Successfully copied the branch REDACTED_BRANCH_NAME to its directory
2023-11-06 19:28:48.306334 : Pulling latest changes from branch REDACTED_BRANCH_NAME
2023-11-06 19:29:00.709067 : Updating 000ff801b..000f1bc05
Fast-forward
 REDACTED.txt | 13 ++++++++-----
 REDACTED.txt |  6 +++++-
 2 files changed, 13 insertions(+), 6 deletions(-)
2023-11-06 19:29:00.779444 : Error while pulling latest changes from branch REDACTED_BRANCH_NAME
2023-11-06 19:29:00.779471 : error: pathspec 'REDACTED_BRANCH_NAME' did not match any file(s) known to git
2023-11-06 19:29:00.781276 : Logger Initiated
2023-11-06 19:29:00.781330 : Docker image REDACTED_IMAGE already provided.

New branch changes sometimes don't reflect as fetching latest changes fails for a reason which needs to identified.

Code that would need a change:

status, err = exec_commands(commands=[

Thought of solutions:

  • Fetch updated branch info from remote (git fetch) and do a git hard reset to it.
@Utkar5hM Utkar5hM added bug Something isn't working help wanted Extra attention is needed labels Jan 23, 2024
@Utkar5hM Utkar5hM assigned Utkar5hM and unassigned Utkar5hM Feb 6, 2024
@puranikvinit
Copy link

@Utkar5hM I'd like to work on this issue. Could you please assign it to me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants