Overview

There is now a Git repository on Technology Nursery for use by TSSG members.  The git server was created using Carlos Bernárdez's git-server-docker image.  To access the repository, send me your SSH public key by attaching it to an email.

Instructions on locating or creating your SSH public key can be found in Connecting to GitHub with SSH.

Step-by-step guides

Prerequisites

Verify access to git server

Refreshing your ssh cached entry for our git server

Our git-server had been upgraded back on 2018-12-05.  This caused a change in the server's private key.  If you haven't connected to the server since then, your ssh will complain about the server's identity not matching that in the known_hosts file.

  1. Clear out your known_hosts file of the invalid server certificate entries:
    1. ssh-keygen -R technologynursery.org
    2. ssh-keygen -R [technologynursery.org]:2222
  2. Follow the steps within Verify access to git server.

How to create a new repository

List available repositories

Must have a user account on server s14.

How to upload (publish) a repository

Must have a user account on server s14.

How to clone a repository to your local machine

Prerequisites

Clone Examples

Execute these in the directory in which you wish to base your local repository (example: ~/Projects)

or

or



On 2020-05-19, these are the available repositories on our remote, private, git server:

  • LeaseLine.git: Ralph A. Navarro Jr. mobile application to assist drawing the line on automobile lease costs.

  • tssgTech.git: Web Project's tssg.tech web site.

  • tssgTechBackup.git
  • tssgTechOriginal.git:
  • tssgTechPoc.git:
  • tssgWebflow.git:
  • jenkinsJobs: Backups of changed Jenkins Jobs are committed every week on Wednesday at about 01:35 AM

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.



Related issues