Skip to content

[git-llvm-push] Failed to push #172828

@nikic

Description

@nikic

Trying to use this tool for the first time, I get:

Checking prerequisites...
Prerequisites met.
On branch: main
Found 1 commit(s) to process.
Processing commit 1667a32: [InstCombine] Use getSigned() for negative number in shift transform
Pushing commit to temporary branch 'users/nikic/instcombine-use-getsigned-for-negative-number-in-shift-transform-1'
Enumerating objects: 2616, done.
Counting objects: 100% (2616/2616), done.
Delta compression using up to 32 threads
Compressing objects: 100% (1025/1025), done.
Writing objects: 100% (1804/1804), 1.83 MiB | 5.30 MiB/s, done.
Total 1804 (delta 1473), reused 1035 (delta 756), pack-reused 0 (from 0)
remote: Resolving deltas: 100% (1473/1473), completed with 685 local objects.
To https://github.com/nikic/llvm-project.git
 ! [remote rejected]           1667a32c4277a8c23a99dc0a7bea8a4413ff2254 -> users/nikic/instcombine-use-getsigned-for-negative-number-in-shift-transform-1 (Unable to determine if workflow can be created or updated due to timeout; `workflows` scope may be required.)
error: failed to push some refs to 'https://github.com/nikic/llvm-project.git'
Error running command: git push https://github.com/nikic/llvm-project.git 1667a32c4277a8c23a99dc0a7bea8a4413ff2254:refs/heads/users/nikic/instcombine-use-getsigned-for-negative-number-in-shift-transform-1
Returning to original branch: main

It seems like the tool is trying to push to the https:// URL for some reason, even though the remote is configured as [email protected]:nikic/llvm-project.git.

cc @ilovepi @boomanaiden154

Metadata

Metadata

Assignees

No one assigned

    Labels

    llvm-toolsAll llvm tools that do not have corresponding tag

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions