Update package name and add troubleshooting (#282)

* Update package name and add troubleshooting

Closes https://github.com/exercism/abap/issues/264

* Update CLONE.md
This commit is contained in:
Marc Bernard
2023-10-03 23:51:16 -04:00
committed by GitHub
parent e0e9f5d7c4
commit a3c791629e

View File

@@ -29,12 +29,12 @@ Use this method if your system is connected to the Internet and has access to Gi
2. On the "Repository Overview", select "New Online"
3. Enter the following values
- URL: `https://github.com/exercism/abap`
- Package: `$exercism`
- Package: `$exer`
- Display Name: `Exercism - ABAP Track`
![abapGit Online Repo](https://github.com/exercism/abap/blob/main/docs/clone_02.png?raw=true)
4. Select "Create Online Repository". You should see a list of objects with status "A":
4. Select "Create Online Repository". You should see a list of objects with the status "A":
![abapGit Online Repo](https://github.com/exercism/abap/blob/main/docs/clone_03.png?raw=true)
@@ -55,7 +55,7 @@ Use this method if your system is *not* connected to the Internet.
4. On the "Repository Overview", select "New Offline"
5. Enter the following values
- Repository Name: `Exercism - ABAP Track`
- Package: `$exercism`
- Package: `$exer`
![abapGit Offline Repo](https://github.com/exercism/abap/blob/main/docs/clone_11.png?raw=true)
@@ -63,7 +63,7 @@ Use this method if your system is *not* connected to the Internet.
![abapGit Offline Repo](https://github.com/exercism/abap/blob/main/docs/clone_12.png?raw=true)
7. Select "Import ZIP" and pick the downloaded ZIP file. You should see a list of objects with status "A":
7. Select "Import ZIP" and pick the downloaded ZIP file. You should see a list of objects with the status "A":
![abapGit Offline Repo](https://github.com/exercism/abap/blob/main/docs/clone_13.png?raw=true)
@@ -78,4 +78,11 @@ You can remove all objects from your system in the following way:
1. Run abapGit
2. Go to the `Execism - ABAP Track` repository
3. Select "Advanced > Uninstall"
4. Confirm the deletion of all objects and the repository
4. Confirm the deletion of all objects and the repository
## Troubleshooting
- In case of connection issues, check [SSL Setup](https://docs.abapgit.org/user-guide/setup/ssl-setup.html)
- In case of error `Package $EXERCISM_DIFFERENCE-OF-SQUARES exceeds ABAP 30-characters name limit`, please use a shorter package name like `$exer`.
- Some files will show diffs after pulling into your ABAP system. Differences related to end-of-file characters or byte-order-marks can be ignored.