cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Can't pull repo https://github.com/SAP-samples/abap-file-uploader

Inder1
Newcomer
0 Likes
2,363

I am usning SAP BTP Trial account and trying to pull the repo https://github.com/SAP-samples/abap-file-uploader

after completion of the process my Package gets deleted on it's own few times and pull of repo also gets failed. I don't understand what I am doing wrong. I would really appreciate if you could help. 
Thanks in advance

 

image.png

View Entire Topic
christoph_pohl
Product and Topic Expert
Product and Topic Expert

Adding to what the others wrote, the deletion of your local package works as designed. Since Object Deletions with abapGit | SAP Help Portal where introduced, the Pull action recognizes that your local target package is not part of the repository https://github.com/SAP-samples/abap-file-uploader and hence offers to delete it to get in sync with the remote repo. If you leave the box unchecked, the single class ZCL_ABAP_FILE_UPLOADER will be imported to it. It's actually a special situation with this repository, because it contains just a flat class object. 

Apart from that you should not be able to create any package under HOME at all. In SAP BTP ABAP Environment, you should use ZLOCAL instead.