[llvm-dev] Git Push Errors
Tim Northover via llvm-dev
llvm-dev at lists.llvm.org
Mon Apr 15 04:58:04 PDT 2019
Hi Ramakota,
On Mon, 15 Apr 2019 at 12:41, Ramakota Reddy via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> I have commit some changes successfully and unable to push those changes using ‘git push’. First time I am submitting my changes.
LLVM's canonical repository is still (for now) the SVN one, and you
need an account there to push. There are instructions to get an
account here: https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access.
Meanwhile if you've had a patch approved you can ask someone to commit
it for you in the same thread.
Hopefully soon we'll be moving to a unified repository at GitHub.
Cheers.
Tim.
More information about the llvm-dev
mailing list