× 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.



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.

This thread ...


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.