Repository access
Authentication failed
Confirm that the remote uses the exact URL displayed in the project’s Source tab. Codinamo Git credentials are independent from GitHub credentials.
Inspect the configured credential helper:
git config --show-origin --get-all credential.helper
Remove only the cached entry for git.codinamo.com, then retry and enter Codinamo credentials. Do not disable TLS verification.
Repository appears empty
A newly enabled repository is bare and contains no branch until the first push. Follow the initialization commands displayed in the Source tab.
Files do not appear in the UI
Confirm that the push succeeded and that a branch contains a commit. Reload the Source tab after the remote has accepted the commit.
Push disconnects after writing objects
Current Git clients may stream large Smart HTTP pushes with chunked transfer encoding. Codinamo accepts both fixed-length and chunked request bodies.
If a push still reports unexpected disconnect or remote end hung up, first verify whether the branch was created remotely before retrying. Record the Git version, complete client error, repository URL, object count, and approximate pack size when reporting the problem. Do not increase http.postBuffer as a permanent workaround unless Codinamo support requests it for diagnosis.