Biswajit Dutta Baruah
Biswajit Dutta Baruah
I was unable to do a `git push` after deleting a file. I got the following error: ``` fatal: remote error: You can't push to git://github.com/orthodoc/my.git Use https://github.com/orthodoc/my.git ``` I...
Does that mean that I have to clone like this: ``` git clone --mirror https://github.com/orthodoc/my.git ```
I did that. Successfully pushed the changes. Some refs failed to go through. Probably Issue #36 that you have already explained. I checked history of my repo and the its...
`gcs_last()` is in my `.RProfile` file. `GCS_AUTH_FILE` in `.Renviron` points to `json` auth file `library(googleCloudStorageR)` results in this success msg ``` Successfully auto-authenticated via ~/path/to/auth.json ``` Points to the same...
Update: Used git to clone the project to the vm instance. Then saved the project to GCS. It worked. Right after that, not able to restart the VM. Scratching my...
Rstudio versions Local: Version 1.2.1335 VM: 1.1.463 Update --- VM is not persisting Have to start with everything afresh in spite of having `_gcssave.yaml` at the root and in the...
On second thoughts: you don't want to sync prod stage even if it was in a separate account. Placing prod variables in a separate account is what prevents it from...