Skip to main content

Questions tagged [git]

Git is a distributed source control system.

-2 votes
0 answers
53 views

Ubuntu and the mystery, non-existent errors [closed]

As yes, old "friend", yep, I know this drill. This looks like yet another typical all-day event of trying to get my bloody website to the world-wide-web. Who else here find's this fun? Who ...
JoJoJohan's user avatar
-1 votes
1 answer
144 views

Error installing newer version of Git after CentOS 7 end of life in 2024 [closed]

After CentOS 7 end of life, the yum update command results in an error. I deleted the files: CentOS-Base.repo CentOS-CR. repo CentOS-Debuginfo.repo CentOS-fasttrack.repo CentOS-Media.repo CentOS-...
Hasbullah Marwan's user avatar
0 votes
1 answer
43 views

Git server on a webhost (non-root) account

I need to make a pull-only git server on an account provided by the web hosting company. I don't have root access on this account, but I can login and put whatever I want in an .htaccess file. I'm ...
Steven Schoch's user avatar
0 votes
0 answers
115 views

git clone fails on NFSv4 share when ACL is set

Our Linux servers mount NFSv4 shares exported from an Azure NFS server. The findmount commands gives this detail. rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,...
mr.zog's user avatar
  • 960
0 votes
1 answer
113 views

Best practices on managing Terraform project repositories

As part of a new job role, I have started learning Terraform recently. Before, my main orchestration/provisioning tool was Ansible, and the best practice at my previous place was to hold the state for ...
Yuri's user avatar
  • 3
0 votes
0 answers
23 views

How to have individual folders act as Repositories under a main Repository?

Is it possible to have a main Git Repository and each of the folders under said main repository be considered individual Repositories? I have several hundred folders under a main Repository and I don'...
Swampcritter's user avatar
0 votes
1 answer
219 views

Allow user to pull in `www-data` owned folder

I have a github workflow, that runs whenever a branch is merged to main: jobs: deploy: name: Deploy to Production runs-on: ubuntu-latest steps: - name: Checkout Code uses: ...
Bird87 ZA's user avatar
  • 113
0 votes
0 answers
278 views

git-lfs is giving me a "locking API" error when I try to push to the server

I am trying to enable git lfs on my server but it's not working. The server is already hosting git repositories which is working fine. The server is runnign Debian bookworm. What I did on the server: $...
PinkTurtle's user avatar
0 votes
0 answers
17 views

Mapping versioning for config and infra corresponding to application code version

I have an application that has something like below structure Service A - application and environment configuration, infrastructure dependencies (Queue, DB etc) etc. Service B - application and ...
user14013917's user avatar
0 votes
0 answers
48 views

Mirror from GitHub to git.kernel.org (e.g. not to GitLab instance)

I would like to mirror my repository on GitHub to git.kernel.org (normal gitolite based git hosting on linux server, not GitLab instance). Therefore I cannot use GitLab feature repository mirroring. I ...
pevik's user avatar
  • 302
0 votes
0 answers
51 views

"lxc-create: lxc-helpers-bullseye: utils.c: get_template_path: 898 No such file or directory - bad template: debian" error on Forgejo actions

I have a Forgejo server and I'm trying to setup the Forgejo runner to execute actions. The "Set up job" script worked before, but I don't know why, it's not working now. Here's all the log: ...
Mateu Saiós's user avatar
0 votes
0 answers
131 views

Need advice on ansible-pull and vault

Hope you're doing well. I have this design headache My very basic interrogation here is: how can i implement ansible-pull a "secure" way with kiss principle ? For example i use ansible-pull ...
infoman33's user avatar
0 votes
0 answers
49 views

Cannot clone a git repository from local server

I configured a local windows server to store my git repositories, I added the HTTP protocol with IIS to be able to work with the repositories with the HTTP url, now I'm able to open the url in my ...
Cesar Villaseñor's user avatar
0 votes
0 answers
67 views

How do I test a new git server?

I've just set up a git server, with Smart HTTP access, and I need to check that there aren't any problems before letting anyone else use it. However, I know next to nothing about git itself. I've ...
QF0's user avatar
  • 223
0 votes
0 answers
64 views

Nginx as reverse proxy for Gitblit with client certificate authentication. Peer closed connection in SSL handshake while SSL handshaking to upstream

We used the nginx as reverse proxy for the gitblit with client certificate authentication. Given the nginx configuration as below. server { listen 443 ssl http2 default_server; server_name _; ...
Bruce's user avatar
  • 101

15 30 50 per page
1
2 3 4 5
76