Table of contents
Useful Link
A blog introducing python API for load tf from bag files
Containerize a conda environment in a Singularity container
Network
If connection to github fails, add the below config to "~/.ssh/config" file:
Host github.com
User git
Hostname ssh.github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_rsa
Port 443
Remember to use SSH connection when trying to push/pull from github repo.
git remote -v
Check the link of remote branch!