python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Creating our own Git server
I'm trying to build versioning system using jgit api for all git operation. Need suggestions to create git server/ any software that is compatible with jgit api for creating remote repository , We ca...
Developer
Votes: 0
Answers: 1
Unable to setup Spring Config server with bibucket
I'm trying to set up Spring Boot Config Server for a few microservices from the Bitbucket repo(earlier while learning tutorial I did the same using Github, it worked, but I think bitbucket is a little...
Ari
Votes: 0
Answers: 0
How to use JGit with GitHub in 2022
In 2022, GitHub has discontinued DSA and RSA with old signatures.
Unfortunately, JGit uses JSch which is not getting any updates and will always offer old signatures with RSA even for "good"...
alamar
Votes: 0
Answers: 2
Jgit add folder structure and files underneath
I am creating a folder structure files on the fly using java code. After creation of folder and files I want to add both folder structure and files underneath using JGIT.
I am trying to use below code...
Peter
Votes: 0
Answers: 1