Martina Kollarova

Results 2 comments of Martina Kollarova

I also had this problem. It happened because the exec flag was lost when I copied ~/.tmux to a different computer. Just using chmod on tpm files wasn't enough, since...

I'm having a similar issue: ``` reponame = { git = "ssh://[email protected]:22/mkollaro/reponame.git" } ``` but cargo fails with: ``` $ cargo test --verbose Updating git repository `ssh://[email protected]:22/mkollaro/reponame.git` error: Unable to...