I tried running the following code (as recommended on the how-to-install directions from the terminal-diary github)
git clone [email protected]:dorisjlee/terminal-diary.git
cd terminal-diary
python setup.py install
in my Windows Powershell:
PS C:Usersedene> git clone [email protected]:dorisjlee/terminal-diary.git
Cloning into ‘terminal-diary’…
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
PS C:Usersedene> cd terminal-diary
cd : Cannot find path ‘C:Usersedeneterminal-diary’ because it does not exist.
At line:1 char:1
- cd terminal-diary
-
+ CategoryInfo : ObjectNotFound: (C:Usersedeneterminal-diary:String) [Set-Location], ItemNotFoundExcep tion + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
I tried opening the first line in VS code too but it returned this error:
Cloning into 'terminal-diary'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
PS C:UsersedeneOneDriveDocumentsGitHubterminal-diary>
user25771730 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.