Unable to apply remote changes of source controlled application due to empty directories on node.Issue Applying remote changes to source control application results in the message "The repo cannot be accessed. Check URL, username, and password, and confirm user has read, write, and create branch access". Steps to reproduce Open ServiceNow Studio.Open an application with existing repo linked.Apply remote changes.ReleaseAll releases.CauseWhen working on an application that is tied to source control and the current branch is not master, the directory on the node may become empty causing the instance to throw RepositoryNotFoundException when applying remote changes.ResolutionNavigate to Repository Configurations (sys_repo_config.do), right-click on the URL of the affected application and select 'Copy sys_id'.Inform the ServiceNow Technical Support Engineer (TSE) of the issue and provide the sys_id copied in the previous step.The TSE will confirm if the application directory is empty.If it is, the TSE will open an internal request to remove the directory.After the directory is removed, attempt to apply the remote changes.