× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I can help with the git side of things...

What I've done is modified my ~/.gitconfig to have the following:

% cat ~/.gitconfig
[user]
email = aaronbartell@xxxxxxxxx
name = Aaron Bartell
[http]
sslCAPath = /home/aaron/certs
sslCAinfo = /home/aaron/certs/cacert.pem
[color]
diff = false

cacert.pem was obtained from https://curl.haxx.se/ca/cacert.pem

Then https should work...

% git clone https://github.com/tn5250j/tn5250j.git
Cloning into 'tn5250j'...
remote: Counting objects: 4, done.
remote: Total 4 (delta 0), reused 0 (delta 0), pack-reused 4
Unpacking objects: 100% (4/4), done.
Checking connectivity... done.


Aaron Bartell
litmis.com - Services for open source on IBM i


On Thu, Feb 18, 2016 at 10:21 PM, Justin Dearing <zippy1981@xxxxxxxxx>
wrote:

Hey,

So first of all I actualy asked this on serverfault a while ago, never got
an answer but its relevant again. If you know the answer, please claim your
imaginary stackexchange internet points.


http://serverfault.com/questions/729341/is-there-a-truss-equivalent-for-pase

So first the real problem I'm trying to solve. I have the git command
installedo n a box on pase, but it doesn't seem to have a file called
ca-bundle.crt, which it needs to deal with https endpoints. I was able to
copy that file from git for windows and point git to it, but I don't know
where it looks for the file be default. I'd like to know where that is.

On linux the command would be strace -e open git
__SOME_PARAMATERS_FOR_GIT__. On AIX, the command would truss, but when I
google truss pase I don't see "install this PTF and your golden" is there a
truss command?

Also, if there is a green screen command to report all the IFS files a CL
command or a job touches I could do this from the green screen if someone
could point me in that directions.

Cheers,

Justin
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.