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:
@@ -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`
|
||||
|
||||

|
||||
|
||||
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":
|
||||
|
||||

|
||||
|
||||
@@ -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`
|
||||
|
||||

|
||||
|
||||
@@ -63,7 +63,7 @@ Use this method if your system is *not* connected to the Internet.
|
||||
|
||||

|
||||
|
||||
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":
|
||||
|
||||

|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user