You can do this but you're going to have to jump through some hoops. First you need to upload the repo from a zip file or whatever. Then you will have to tag all the files ISO8859-1 using the "chtag -R -tc ISO8859-1 ." command and hope there are no binary files.

Then you need to convert the repo to a bare repository.

|git clone --mirror path_to_source_repository path_to_bare_repository |

You can then use the bare repository to clone from and push to. If I were you I would use a local git hosting tool such as gitbucket on z/OS. It's just a fat jar which runs fine.  You can then have a nice GUI with wiki pages and branch history graphs just like GitHub or Bitbucket.


On 4/06/2021 11:32 am, David Crayford wrote:

You can do this but you're going to have to jump through some hoops. First you need to upload the repo from a zip file or whatever. Then you will have to tag all the files ISO8859-1 using the "chtag -R -tc ISO8859-1 ." command and hope there are no binary files.

Then you need to convert the report the repo to a bare repository.

|git clone --mirror path_to_source_repository path_to_bare_repository |

You can then use the bare repository to clone from and push to. If I were I would use a local git hosting tool such as gitBucket. You can then have a nice GUI with wiki pages and branch history graphs just like GitHub or Bitbucket.


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to