A Git platform powered by Scala with easy installation, high extensibility & github API compatibility
takezoe on 4.35.3
takezoe on release-4.35.3
takezoe on master
Release GitBucket 4.35.3 (#2626… (compare)
takezoe on release-4.35.3
Update README and CHANGELOG (compare)
takezoe on release-4.35.3
Update version to 4.35.3 (compare)
takezoe on set-time-jar
java -jar gitbucket.war --max_file_size=[MAX_FILE_SIZE]
) or environmental variable(GITBUCKET_MAXFILESIZE
) to configure upper limit for file uploading.ExecStart=/usr/bin/java -Xms128m -Xmx256m -jar gitbucket.war --max_file_size=1073741824
base_url
in {GITBUCKET_HOME}/gitbucket.conf
file manually.
gitbucket/gitbucket:4.35
gitbucket/gitbucket:4.29.0
previously we were doing on DockerHub.$ git push -uf <remote name> <branch name>
Remote "<remote name>" does not support the LFS locking API. Consider disabling it with:
$ git config lfs.<HTTPS repo URL>/info/lfs.locksverify false
Uploading LFS objects: 0% (0/36), 0 B | 0 B/s, done.
batch request: Unknown command: git-lfs-authenticate root/<repo name>.git upload: exit status 1
error: failed to push some refs to '<SSH repo URL>'
.lfsconfig
file in this project's root solved the issue. The file points to GitBucket's LFS URL and is structured as outlined in this comment.
latest
gitbucket docker image and I am getting a 503 error when I try to access it from my browser.