Git Push Errors

Hi All,

I have commit some changes successfully and unable to push those changes using ‘git push’. First time I am submitting my changes.

When I tried with ‘git push’, giving “unable to access https://git.llvm.org/git/llvm.git/ :The requested URL returned error:403”

Could any one please give your suggestion to resolve this issue.

Thanks & Regards,

Ramakota.

Hi Ramakota,

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: LLVM Developer Policy — LLVM 18.0.0git documentation.
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.

In addition, once you do obtain svn commit access (maybe you already have it), the suggested route is to hook up the llvm git module and run “git llvm push” as described here: http://llvm.org/docs/GettingStarted.html#for-developers-to-commit-changes-from-git