can not Get a copy of the OCSSW source git repository

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
lwk1542
Posts: 30
Joined: Tue Apr 03, 2018 9:52 am America/New_York
Answers: 0

can not Get a copy of the OCSSW source git repository

by lwk1542 » Wed Apr 22, 2026 3:20 am America/New_York

the ocssw source code can not be copied from repository. (https://www.earthdata.nasa.gov/data/tools/seadas/build-seadas-science-processing-code)

root@DESKTOP-K6JGCNQ:~# git clone git@git.smce.nasa.gov:oel/ocssw.git /root/seadas
Cloning into '/root/seadas'...
The authenticity of host 'git.smce.nasa.gov (52.205.196.123)' can't be established.
ED25519 key fingerprint is SHA256:xuyCGwkwCOGbIxt4uaaYrKWXEG0OaojfdnQS52kh50Q.
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'git.smce.nasa.gov' (ED25519) to the list of known hosts.
By accessing and using this information system, you acknowledge and consent to the following:

You are accessing a U.S. Government information system, which includes: (1) this computer; (2) this computer network; (3) all computers connected to this network including end user systems; (4) all devices and storage media attached tohis network or to any computer on this network; and (5) cloud and remote information services. This information system is provided for U.S. Government-authorized use only. You have no reasonable expectation of privacy regarding any comnication transmitted through or data stored on this information system. At any time, and for any lawful purpose, the U.S. Government may monitor, intercept, search, and seize any communication or data transiting, stored on, or traveli to or from this information system. You are NOT authorized to process classified information on this information system. Unauthorized or improper use of this system may result in suspension or loss of access privileges, disciplinaryction, and civil and/or criminal penalties.
git@git.smce.nasa.gov: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Filters:

OB SeaDAS - dshea
Subject Matter Expert
Subject Matter Expert
Posts: 283
Joined: Thu Mar 05, 2009 10:25 am America/New_York
Answers: 0
Endorsed: 3 times

Re: can not Get a copy of the OCSSW source git repository

by OB SeaDAS - dshea » Wed Apr 22, 2026 9:03 am America/New_York

I believe the "git" protocol requires a configured ssh public key. Try http instead:

git clone https://git.smce.nasa.gov/oel/ocssw.git

don

Post Reply