Kallithea Push repo get error 500: internal server error - push

When I try to push my local repo to the Kallithea, I tried:
hg push http://address of Kallithea repo
After entering my password of Kallithea, I got the following error:
abort: HTTP Error 500: Internal Server Error
How to fix it?
Thanks,
Jennifer.

Related

Trouble pushing repo to my github account through gitbash

I always have this error message
remote: Permission to adebayo-pixel/liquiditycheck.git denied to yusuffhafees.
fatal: unable to access 'https://github.com/adebayo-pixel/liquiditycheck.git/': The requested URL returned error: 403

Getting an Insomnia Error while using Git Sync and Bitbucket server

Our team is trying to setup a repository to share all the API tests. We decided to host the repository ourself with Bitbucket Server, but end up with an error while using the Git Sync function in Insomnia. We followed the documentation to get the authentication token (HTTP access token) and tried different user/author names. Any suggestions on how we might fix this problem?
Error code while trying to Sync:
HttpError: HTTP Error: 404
at GitRemoteHTTP.discover (/Applications/Insomnia.app/Contents/Resources/app.asar/node_modules/isomorphic-git/index.cjs:6665:13)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
at async _fetch (/Applications/Insomnia.app/Contents/Resources/app.asar/node_modules/isomorphic-git/index.cjs:7315:22)
at async _clone (/Applications/Insomnia.app/Contents/Resources/app.asar/node_modules/isomorphic-git/index.cjs:7692:42)
at async Object.clone (/Applications/Insomnia.app/Contents/Resources/app.asar/node_modules/isomorphic-git/index.cjs:7815:12)
at async GP (file:///Applications/Insomnia.app/Contents/Resources/app.asar/index.c4312761.js:1886:6051)
at async gz.onSubmitEdits [as _onSubmitEdits] (file:///Applications/Insomnia.app/Contents/Resources/app.asar/index.c4312761.js:1895:11562)

Xcode's Swift-Package-manager unable to connect Github,cannot search any repos

error mesage
When i open my proxy the error message in the image shows.
But if i close my proxy I get this error:
An unknown error occurred: User rejected certificate for github.com
(-17)

GIT: problem when i'am type $ git push -u origin main

remote: Permission to 17ekspor/17ekspor.git denied to icakstore69.
fatal: unable to access 'https://github.com/17ekspor/17ekspor.git/': The request
ed URL returned error: 403

How to configure github with proxy?

I am running through a proxy and i do not understand how to make git work.If i try to clone a repo i get the following error:
$ git clone https://github.com/somerepo
Cloning into '[something]'... fatal: unable to access
'https://github.com/somerepo': OpenSSL SSL_connect:
SSL_ERROR_SYSCALL in connection to github.com:443
I have already tried most of what it is saying here changing the git global and checked this SO thread too to no avail.
I have also tried to unset proxy for http and https.
Looking in my git config it looks like this:
[user]
name = Adri
email = [some_address]#outlook.com
[http]
sslBackend = openssl
sslCAInfo = C:\\Program Files\\Git\\mingw64\\ssl\\cert.pem
[remote "origin"]
proxy =
Could this be a problem ?
P.S I get this problem for all git operations, i can't clone,pull,push etc.. and for all repositories.