when using TFS to get the lastest version with below command:
tf get /force
it will show below error:
the device is not ready
when encounter this problem, we can fix it with below ways:
1. This is (mostly) caused when the location your workspace is pointed to is no longer available.
All you need to do is reset the workspace ( – open sourcecontrol, – in the toolbar click on the dropdownlist workspaces, – edit the workspace of the computer the drive changed – set the local folder to the correct location )
2. we have many workspace, so we have to specify which source control folder to sync, use below command to sync:
tf get “$/Source contrl folder” /force