We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Staging-Server/main/services.py
Line 170 in b298af5
Thought of solutions:
git fetch
The text was updated successfully, but these errors were encountered:
@Utkar5hM I'd like to work on this issue. Could you please assign it to me?
Sorry, something went wrong.
puranikvinit
No branches or pull requests
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:
Staging-Server/main/services.py
Line 170 in b298af5
Thought of solutions:
git fetch
) and do a git hard reset to it.The text was updated successfully, but these errors were encountered: