CLI does not crash when trying to clone a project they are not a part of.
As a user, I would like the CLI to not crash when I try to clone a project that I am not collaborating on and display an error message.
Current Behavior Find a project you are not collaborating on and clone. (Can't use admin account) wvs project clone git@wvs.io:sopisey/newBlanktest214.git
C:\Users\SR\Documents>wvs project clone git@wvs.io:sopisey/newBlanktest214.git
Cloning into 'newBlanktest214'...
remote:
Acceptance
User would like to see an message informing them they cannot clone a project they are not a part of. The process does not crash trying to clone.