For posterity sake, the following sequences work:
//Turn off SSL verification:
git config --global http.sslVerify false
//Set up new remote site for push
// First change into repo directory
cd /reponame
// Configure remote repository login info for bitbucket with SSL URL and user/pass
// (Any way to do this without storing user/password ? - SSH key I suppose but haven't gotten that to work yet.)
git remote add reponame-rmt
https://userid:pass@xxxxxxxxxxxxx/userid/reponame
// Push committed local changes to master branch to remote repository
git push remote master
Bam, done. Rinse and repeat as needed.
Regards,
Richard Schoen
Director of Document Management
e. richard.schoen@xxxxxxxxxxxxxxx
p. 952.486.6802
w. helpsystems.com
-----------------------------
message: 2
date: Wed, 10 Jan 2018 08:00:48 -0700
from: Jack Woehr <jwoehr@xxxxxxxxxxxxxxxxxxxxxxxx>
subject: Re: Git Push from IBM i Does Not Work ?
You have already exhausted my store of knowledge about git bugs on IBM i :)
I suggest you join our very friendly and nerdly dedicated Ryver IBMiOSS (Open Source Software) forum and ask there.
https://ibmioss.ryver.com/
On Wed, Jan 10, 2018 at 7:51 AM, Richard Schoen < Richard.Schoen@xxxxxxxxxxxxxxx> wrote:
Nice !!
Getting closer.
Now getting:
fatal: could not read Username for 'https://bitbucket.org': No such
device or address $
Do you know which properties to set for user/password ?
Regards,
As an Amazon Associate we earn from qualifying purchases.