Skip to content

Latest commit

 

History

History
65 lines (49 loc) · 1.65 KB

File metadata and controls

65 lines (49 loc) · 1.65 KB

test-https

This project is used as a playground for testing https connections between GitHub and IBM's development IDEs for RPG.

Testing RDi 9.5.1.3

  • eGit Plug-in The eGit plug-in must be installed with the IBM Installation Manager. The following repositories must be connected:

    • RDi 9.5.0.0

    • RDi 9.5.1.0

    Now install component: Eclipse Git Team Provider

  • Git System Settings

    [diff "astextplain"]
      textconv = astextplain
    [filter "lfs"]
      clean = git-lfs clean -- %f
      smudge = git-lfs smudge -- %f
      process = git-lfs filter-process
      required = true
    [core]
      autocrlf = true
      symlinks = false
      fscache = true
      longpaths = true
    [pull]
      rebase = false
    [init]
      defaultBranch = master
  • Git User Settings

    [core]
      autocrlf = true
      editor = \"C:\\Users\\traddatz\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\" --wait
    [http]
      sslVerify = true
    [user]
      name = Thomas Raddatz
      email = thomas.raddatz@tools400.de
    [rdi]
      version = 9.5.13

Cloning a Repository

Cloning a repository

Test Results SSH

Connection Clone Push Pull Comment
https X X X Connection was established with a personal access (classic) with repo + project permissions

Links